<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/pciutils, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-09-03T18:22:38Z</updated>
<entry>
<title>package: Remove unnecessary dependencies on uclibc.</title>
<updated>2009-09-03T18:22:38Z</updated>
<author>
<name>Will Newton</name>
<email>will.newton@gmail.com</email>
</author>
<published>2009-09-02T15:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=422ce6536b6d45e4632d526ae04c6af0bd36e80a'/>
<id>urn:sha1:422ce6536b6d45e4632d526ae04c6af0bd36e80a</id>
<content type='text'>
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.

Signed-off-by: Will Newton &lt;will.newton@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pciutils: fix build with external toolchains</title>
<updated>2009-08-01T22:36:47Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-01T22:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dcb752b1654d4186d02bbaa9db3b865ac03785cd'/>
<id>urn:sha1:dcb752b1654d4186d02bbaa9db3b865ac03785cd</id>
<content type='text'>
Buildroot Makefile to compile pciutils wasn't passing TARGET_LDFLAGS
to pciutils build system. Therefore, at link time, the pciutils build
system was not taking into account the important --sysroot option,
which was breaking the link with external toolchains.

Fixes bug #523.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>pciutils: fix HOST detection</title>
<updated>2009-03-09T14:09:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-09T14:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=11b36efa843952e5e30ef8e77f7557ec58846346'/>
<id>urn:sha1:11b36efa843952e5e30ef8e77f7557ec58846346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add help for packages without AVR32 support</title>
<updated>2009-01-26T00:34:02Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-26T00:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf'/>
<id>urn:sha1:8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fix format of the pciutils pci.ids.gz data file</title>
<updated>2009-01-02T12:01:49Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2009-01-02T12:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=380d77c6a36811044098ea013e77c11a87df1b32'/>
<id>urn:sha1:380d77c6a36811044098ea013e77c11a87df1b32</id>
<content type='text'>
- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped
</content>
</entry>
<entry>
<title>* Removed duplicate PCIUTILS_VERSION</title>
<updated>2009-01-01T17:28:51Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2009-01-01T17:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=94e6f8a4db13e726dc2fe393e7181ba2f2db4fbb'/>
<id>urn:sha1:94e6f8a4db13e726dc2fe393e7181ba2f2db4fbb</id>
<content type='text'>
* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
</content>
</entry>
<entry>
<title>* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools</title>
<updated>2009-01-01T14:05:54Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2009-01-01T14:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2ac7adce281f854ddca26a3bfaf2cc129ad509bd'/>
<id>urn:sha1:2ac7adce281f854ddca26a3bfaf2cc129ad509bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: remove more 'default n' (see r22874)</title>
<updated>2008-11-02T20:21:59Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-11-02T20:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9ca9f93339ec770e85fe265e722f2a7c8b5a8a13'/>
<id>urn:sha1:9ca9f93339ec770e85fe265e722f2a7c8b5a8a13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pciutils may depend on zlib. Based on Bernhard's git repository.</title>
<updated>2008-10-31T12:41:02Z</updated>
<author>
<name>Thiago A. Corrêa</name>
<email>thiago.correa@gmail.com</email>
</author>
<published>2008-10-31T12:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6d06e55a9df3a3596d5aa364cfb19e1c379076ff'/>
<id>urn:sha1:6d06e55a9df3a3596d5aa364cfb19e1c379076ff</id>
<content type='text'>
</content>
</entry>
</feed>
