<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/luka/package/devel, branch master</title>
<subtitle>tree of Luka Perkov resides here</subtitle>
<id>https://git.openwrt.org/openwrt/staging/luka/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/luka/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/'/>
<updated>2020-04-26T19:20:47Z</updated>
<entry>
<title>perf: build with NO_LIBCAP=1</title>
<updated>2020-04-26T19:20:47Z</updated>
<author>
<name>Yangbo Lu</name>
</author>
<published>2020-04-14T07:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=80f128d2aa7586ce068bbc24badc46ffab2edd4a'/>
<id>urn:sha1:80f128d2aa7586ce068bbc24badc46ffab2edd4a</id>
<content type='text'>
Build with NO_LIBCAP=1. This is to resolve build issue.

Package perf is missing dependencies for the following libraries:
libcap.so.2

Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
</content>
</entry>
<entry>
<title>gdb: disable gdbserver for arc</title>
<updated>2020-04-26T19:20:47Z</updated>
<author>
<name>Luiz Angelo Daros de Luca</name>
</author>
<published>2020-04-16T04:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=b0416c9c128f1c557f9314003105b0c9e4d37b36'/>
<id>urn:sha1:b0416c9c128f1c557f9314003105b0c9e4d37b36</id>
<content type='text'>
Although gdb is supported, gdbserver is still not.

 checking whether gdbserver is supported on this host... no

Build breaks as gdbserver executable is not found during packaging.

Signed-off-by: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
</content>
</entry>
<entry>
<title>binutils: add ALTERNATIVES for strings (FS#3001)</title>
<updated>2020-04-18T08:44:30Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2020-04-18T08:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=5f126c541a743e2ff5d8f406128d477ab5a509b4'/>
<id>urn:sha1:5f126c541a743e2ff5d8f406128d477ab5a509b4</id>
<content type='text'>
Don't move strings anymore to /bin/strings to avoid clash with
busybox /usr/bin/strings but move it to /usr/bin/binutils-strings.
Use ALTERNATIVES support to install it as /usr/bin/strings

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>strace: update to version 5.5</title>
<updated>2020-02-24T22:25:28Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-02-23T07:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=b55f68d553c4d003435f91de00f5a825af33bdd7'/>
<id>urn:sha1:b55f68d553c4d003435f91de00f5a825af33bdd7</id>
<content type='text'>
Changelog:
https://strace.io/files/5.5/

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>perf: Add libunwind only if selected</title>
<updated>2020-01-15T19:34:16Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-22T01:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=475a504dbc05e7a7e7d38db426c657b8c0c834fd'/>
<id>urn:sha1:475a504dbc05e7a7e7d38db426c657b8c0c834fd</id>
<content type='text'>
The depends are totally wrong. libunwind does not work with powerpc and
i386 as it needs glibc.

Instead of duplicating the platforms, just change the dependency.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>valgrind: do not strip internal preload libraries and executables</title>
<updated>2020-01-14T16:52:34Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-10-25T17:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=b070101c506ca5541d6f232c2da3e0f7b1383106'/>
<id>urn:sha1:b070101c506ca5541d6f232c2da3e0f7b1383106</id>
<content type='text'>
Implement the suggestions laid out in README_PACKAGERS, mainly by preventing
the stripping of the internal vgpreload*.so libraries.

Also retain the symbol information of valgrind's private helper executables
and enable LTO as suggested in the packagers readme.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>trace-cmd: Fix compilation without fortify-headers</title>
<updated>2020-01-05T18:36:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-31T03:24:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=d040851a6f5ccf47a05de139a56e781996a47ba4'/>
<id>urn:sha1:d040851a6f5ccf47a05de139a56e781996a47ba4</id>
<content type='text'>
Upstream backport.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>strace: update to version 5.4</title>
<updated>2020-01-05T18:36:45Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-01-04T09:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=9a3b10b449a38f88def3a9ccbfcadea111338346'/>
<id>urn:sha1:9a3b10b449a38f88def3a9ccbfcadea111338346</id>
<content type='text'>
Changelog: https://strace.io/files/5.4/

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>strace: Fix build on PowerPC</title>
<updated>2019-11-09T19:13:41Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2019-11-09T19:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=b01305c8d26d8eb3525cf79591075601b04736cc'/>
<id>urn:sha1:b01305c8d26d8eb3525cf79591075601b04736cc</id>
<content type='text'>
This patch breaks building on PowerPC, like the mpc85xx_generic
target for me.

Fixes: FS#2585
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>strace: update to version 5.3</title>
<updated>2019-10-20T10:33:40Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-10-19T16:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=9ba5cd86b89f5f51cbad536c051dca61a9bfe8e5'/>
<id>urn:sha1:9ba5cd86b89f5f51cbad536c051dca61a9bfe8e5</id>
<content type='text'>
Makefile changes:
- moves PKG_MAINTAINER above PKG_LICENSE
- Change PKG_LICENSE to LGPL-2.1-or-later and correct PKG_LICENSE_FILES
- changes URL to a more appropriate one, which uses HTTPS
- adds 2 spaces as an indentation in description

Compile and run tested on Turris Omnia, mvebu

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
</feed>
