<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/include/unpack.mk, branch v21.02.3</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.3</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.3'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2021-02-05T13:54:47Z</updated>
<entry>
<title>build: use SPDX license tags</title>
<updated>2021-02-05T13:54:47Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T02:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a17b8eaa2e4b319b7069170398fe965786a813e9'/>
<id>urn:sha1:a17b8eaa2e4b319b7069170398fe965786a813e9</id>
<content type='text'>
The license folder is a core part of OpenWrt and all GPL-2.0 licensed.
Use SPDX license tags to allow machines to check licenses.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[rebase, keep some Copyright lines, sharpen commit message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>build: add zstd support to pack/unpack functions</title>
<updated>2020-05-31T09:03:30Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2020-05-17T11:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=4696112ea28299a805ef7de5aff32451adfb2fc3'/>
<id>urn:sha1:4696112ea28299a805ef7de5aff32451adfb2fc3</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>include: unpack.mk: remove CRLF_WORKAROUND</title>
<updated>2019-04-18T10:06:47Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2019-04-17T06:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5a829af69abfc3e054b9c85d55d29844a1820397'/>
<id>urn:sha1:5a829af69abfc3e054b9c85d55d29844a1820397</id>
<content type='text'>
This patch doesn't seem to have any more users.
The only one used to be target in
`target/linux/etrax/image/e100boot/Makefile`.

That target has since been removed via commit
1080f68b2b422f1e72e402765a45d0cc3c550825 .

There doesn't seem to be any reason left for this workaround.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: unzip: perform operations quietly</title>
<updated>2017-01-05T10:09:13Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2016-12-31T17:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=4ebb13a0ef66ba5435a0173954238498f3ce7a53'/>
<id>urn:sha1:4ebb13a0ef66ba5435a0173954238498f3ce7a53</id>
<content type='text'>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: drop `trapret` function from non-Linux HOST_TAR variant</title>
<updated>2017-01-03T13:32:35Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2016-10-31T08:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=15d8d9c271507cd272b264e0bf9deb20030723a2'/>
<id>urn:sha1:15d8d9c271507cd272b264e0bf9deb20030723a2</id>
<content type='text'>
Looks like this was meant to workaround some limitations with
non-GNU tar variants (like BSD-tar which are present on Mac os BSD hosts).

Though, I cannot find any use of that `+s` option that's mentioned
in the comment.

Last hash of this I found was 24faf55360271cd0bfc4751753384f9210d52f7f

In my case, it now this fails for `python-setuptools` on Mac OS X (the host-build with):
```
trapret 2 tar -C &lt;home-dir&gt;/work/sources-work/lede/build_dir/target-i386_pentium4_musl-1.1.15/python-setuptools-27.2.0 --strip-components=1 -xzf &lt;home-dir&gt;/work/sources-work/lede/dl/setuptools-27.2.0.tar.gz
bash: trapret: command not found
```

So, I was thinking maybe it's time to remove this workaround (9 years later).
I could also fix the `python-setuptools` host build. If that's more preferred.

[ Btw, I just recently transitioned to a Mac machine for dev-ing,
  so a lot of (this Mac) stuff I'm finding out is new to me too. ]

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>include: remove trailing whitespaces</title>
<updated>2015-03-29T07:29:18Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-03-29T07:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=7002f6326e9dcd4cb3272763ba9b9debd9f3a60d'/>
<id>urn:sha1:7002f6326e9dcd4cb3272763ba9b9debd9f3a60d</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 45127
</content>
</entry>
<entry>
<title>partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk"</title>
<updated>2014-03-22T19:52:48Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-03-22T19:52:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=627e974c99ae27e8fd3db0e17c2df4d85f8975fa'/>
<id>urn:sha1:627e974c99ae27e8fd3db0e17c2df4d85f8975fa</id>
<content type='text'>
This complicates the evaluation order for some packages

SVN-Revision: 40006
</content>
</entry>
<entry>
<title>build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk</title>
<updated>2014-03-21T15:54:03Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-03-21T15:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=00bcebeb4cabcaa630ee940f8bd15d29a563afa6'/>
<id>urn:sha1:00bcebeb4cabcaa630ee940f8bd15d29a563afa6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 39979
</content>
</entry>
<entry>
<title>speed up the build system by including include/shell.sh on shell commands only where necessary</title>
<updated>2010-08-19T12:49:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2010-08-19T12:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a9136c0892fa5fa1627c2502d309eeb8cda187f8'/>
<id>urn:sha1:a9136c0892fa5fa1627c2502d309eeb8cda187f8</id>
<content type='text'>
SVN-Revision: 22720
</content>
</entry>
<entry>
<title>support unpacking of .tar.xz archives, no prereq on xzcat for now</title>
<updated>2010-08-06T21:29:23Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2010-08-06T21:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=fa802af399db4f4827559fc07fc00b39083c8f17'/>
<id>urn:sha1:fa802af399db4f4827559fc07fc00b39083c8f17</id>
<content type='text'>
SVN-Revision: 22517
</content>
</entry>
</feed>
