<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/tools/mklibs, branch v21.02.4</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.4</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.4'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2019-07-26T21:50:21Z</updated>
<entry>
<title>tools/mklibs: update to 0.1.44 and convert to Python 3</title>
<updated>2019-07-26T21:50:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2019-07-26T21:45:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=9437012b9ee4dc550e42665b71902cf885169100'/>
<id>urn:sha1:9437012b9ee4dc550e42665b71902cf885169100</id>
<content type='text'>
Since the switch to Python 3 build fails if CONFIG_USE_MKLIBS is set
("Strip unnecessary functions from libraries" in menuconfig) as
mklibs hasn't been converted to run on Python 3.

 * update to most recent upstream version which brings some
   reproducibility fixes
 * converted to Python 3 using 2to3
 * fixed mixed tab/spaces indentation
 * fixed use of string.* functions
 * some more minor fixes to make Python 3 happy

Fixes commit 19938c8de7 ("build: switch to Python 3")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: remove static linking support</title>
<updated>2015-02-06T00:00:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-06T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f7e56763e12bdff2261929bbcb691e770341d043'/>
<id>urn:sha1:f7e56763e12bdff2261929bbcb691e770341d043</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44285
</content>
</entry>
<entry>
<title>Revert "[tools] mklibs: upgrade to 0.1.37"</title>
<updated>2013-06-05T00:21:23Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-06-05T00:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6f0f50b5329bdf053ef78c1291f9184233c124b5'/>
<id>urn:sha1:6f0f50b5329bdf053ef78c1291f9184233c124b5</id>
<content type='text'>
It breaks on trying to find ldso

SVN-Revision: 36849
</content>
</entry>
<entry>
<title>mklibs: upgrade to 0.1.37</title>
<updated>2013-06-03T01:18:45Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2013-06-03T01:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=bb11c68b1e8b5234c0b9ba3e88d2c56ab3ddb210'/>
<id>urn:sha1:bb11c68b1e8b5234c0b9ba3e88d2c56ab3ddb210</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 36820
</content>
</entry>
<entry>
<title>mklibs: upgrade to 0.1.35</title>
<updated>2013-02-26T21:49:11Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2013-02-26T21:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=dbe806ec61d8086c0f1430268ea2abd5c13bebd1'/>
<id>urn:sha1:dbe806ec61d8086c0f1430268ea2abd5c13bebd1</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 35818
</content>
</entry>
<entry>
<title>use HOST_STATIC_LINKING instead of hardcoding -static</title>
<updated>2012-08-12T12:34:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-12T12:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3'/>
<id>urn:sha1:cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3</id>
<content type='text'>
SVN-Revision: 33140
</content>
</entry>
<entry>
<title>mklibs: link statically</title>
<updated>2012-08-10T19:26:36Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-10T19:26:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=74d598ea7ca89440c749a869184aa510541f8da1'/>
<id>urn:sha1:74d598ea7ca89440c749a869184aa510541f8da1</id>
<content type='text'>
SVN-Revision: 33097
</content>
</entry>
<entry>
<title>mklibs: update to 0.1.34 (v2)</title>
<updated>2012-06-10T17:07:46Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2012-06-10T17:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=33dadd70ab731f48bac9e48bca73cd354a933db4'/>
<id>urn:sha1:33dadd70ab731f48bac9e48bca73cd354a933db4</id>
<content type='text'>
SVN-Revision: 32165
</content>
</entry>
<entry>
<title>Revert "[tools] mklibs: update to 0.1.34"</title>
<updated>2012-06-10T15:09:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-06-10T15:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=1e7129ca5042cd2a8ee1b3c679ce3eedca1846d4'/>
<id>urn:sha1:1e7129ca5042cd2a8ee1b3c679ce3eedca1846d4</id>
<content type='text'>
Too much broken, needs to be reworked

SVN-Revision: 32163
</content>
</entry>
</feed>
