<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/package/gdb, branch realtek</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>[package] gdb: fix patch directory after r33706</title>
<updated>2012-10-13T17:46:37+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-13T17:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=bb96890d836cff51e19ec3e7e37d1dcbdbdfa4e5'/>
<id>bb96890d836cff51e19ec3e7e37d1dcbdbdfa4e5</id>
<content type='text'>
git-svn did not properly track this move, thanks to swalker for noticing.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33745 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn did not properly track this move, thanks to swalker for noticing.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33745 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] gdb: fix build with recent eglibc.</title>
<updated>2012-10-12T14:42:32+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-12T14:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=83743f9e5c79b7d2b466e4d43dfcb508e0c5259a'/>
<id>83743f9e5c79b7d2b466e4d43dfcb508e0c5259a</id>
<content type='text'>
struct siginfo is deprecated in favor of siginfo_t.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33737 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct siginfo is deprecated in favor of siginfo_t.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33737 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>gdb: move to package/devel/</title>
<updated>2012-10-10T13:27:10+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-10T13:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=32159aefcbf233179847189329eda8facad3d58a'/>
<id>32159aefcbf233179847189329eda8facad3d58a</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33706 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33706 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems</title>
<updated>2012-09-23T09:50:01+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-09-23T09:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=6a31a701e2372ba3549c7e3c48da0a2520232943'/>
<id>6a31a701e2372ba3549c7e3c48da0a2520232943</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] gdb: gdbserver package dependency fix (#11179)</title>
<updated>2012-09-19T15:13:50+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-09-19T15:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=9b51918277ea81afd19abccc988201bf088199f6'/>
<id>9b51918277ea81afd19abccc988201bf088199f6</id>
<content type='text'>
In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1

In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.

Signed-off-by: xxiao &lt;xxiao@fosiao.com&gt;
Signed-off-by: Matthieu Boujonnier &lt;openwrt-devel@metaverse.fr&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33479 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1

In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.

Signed-off-by: xxiao &lt;xxiao@fosiao.com&gt;
Signed-off-by: Matthieu Boujonnier &lt;openwrt-devel@metaverse.fr&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33479 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] gdb: use an updated 6.8a tarball</title>
<updated>2012-02-14T20:13:28+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-02-14T20:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=f1662581234a4d890c56210d3415e28492aa0f63'/>
<id>f1662581234a4d890c56210d3415e28492aa0f63</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30543 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30543 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>package/gdb: disable expat properly, remove conditional dependency on libexpat, bump release number</title>
<updated>2011-10-09T14:11:33+00:00</updated>
<author>
<name>nico</name>
<email>nico@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-10-09T14:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=f739d5952bf77a9c79fb2f46c27a9caf4398dca7'/>
<id>f739d5952bf77a9c79fb2f46c27a9caf4398dca7</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28390 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28390 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>gdb: add dependency to libexpat when present</title>
<updated>2011-08-01T09:32:01+00:00</updated>
<author>
<name>jogo</name>
<email>jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-08-01T09:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=4371be6c65c16464d42c70ebabc476f036618166'/>
<id>4371be6c65c16464d42c70ebabc476f036618166</id>
<content type='text'>
Also prevent gdb from trying to link against the host's libexpat.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27859 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also prevent gdb from trying to link against the host's libexpat.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27859 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>gdb: There are dep issues with cconfig.h. Disable parallel build for now.</title>
<updated>2010-10-26T22:45:41+00:00</updated>
<author>
<name>mb</name>
<email>mb@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-10-26T22:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=76e1a2c046f6eb35de4cd6fc5ba8fcaa02ab353e'/>
<id>76e1a2c046f6eb35de4cd6fc5ba8fcaa02ab353e</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23647 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23647 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>gdb: Enable parallel build</title>
<updated>2010-10-09T21:32:38+00:00</updated>
<author>
<name>mb</name>
<email>mb@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-10-09T21:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=0f5c5eec591e0a7381d769e166abd4644d86e993'/>
<id>0f5c5eec591e0a7381d769e166abd4644d86e993</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23373 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23373 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
