<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/libgtk2, branch gcc3_legacy</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=gcc3_legacy</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=gcc3_legacy'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2007-03-13T22:59:59Z</updated>
<entry>
<title>fixup package LDFLAGS handling</title>
<updated>2007-03-13T22:59:59Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-03-13T22:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=85d7f6f05f87b52a56b603c95e68498f04877f64'/>
<id>urn:sha1:85d7f6f05f87b52a56b603c95e68498f04877f64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- the $(XSERVER) target can be provided by different X server impls. Adjust users</title>
<updated>2007-02-04T19:47:41Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-02-04T19:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4bbeb74b2ed064a99fe74b486241a32d1e53b6a1'/>
<id>urn:sha1:4bbeb74b2ed064a99fe74b486241a32d1e53b6a1</id>
<content type='text'>
- rdesktop needs an xserver impl
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2007-02-01T19:19:59Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-02-01T19:19:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9eadb48e9ef6764897701b272304fa32af84f40c'/>
<id>urn:sha1:9eadb48e9ef6764897701b272304fa32af84f40c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PNG package is called BR2_PACKAGE_LIBPNG</title>
<updated>2007-01-17T11:27:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2007-01-17T11:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a47fd558f6ca4cf9406a05e8b2f2d1ec964b13d5'/>
<id>urn:sha1:a47fd558f6ca4cf9406a05e8b2f2d1ec964b13d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>select XORG rather than depend on it.</title>
<updated>2007-01-17T00:04:21Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-01-17T00:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=50deed80232a136fc7318779019ab5634b3c2f40'/>
<id>urn:sha1:50deed80232a136fc7318779019ab5634b3c2f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oops, embed $(STAGING_DIR) rather than hard coding my home dir...</title>
<updated>2007-01-14T23:27:26Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-01-14T23:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c1995295755d607ff4b2704b961b2b99643d763b'/>
<id>urn:sha1:c1995295755d607ff4b2704b961b2b99643d763b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build and ensure we install needed runtime components</title>
<updated>2007-01-14T23:26:15Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-01-14T23:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9524e48516edc5b2bd102218c4c5234f66de46e1'/>
<id>urn:sha1:9524e48516edc5b2bd102218c4c5234f66de46e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup a whole steaming pile of insanity.  When packages are configured,</title>
<updated>2007-01-14T03:52:21Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-01-14T03:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=732d94d25fd10fff65a378b03c3fca9bde403e95'/>
<id>urn:sha1:732d94d25fd10fff65a378b03c3fca9bde403e95</id>
<content type='text'>
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory.  The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.

This also adds in a pile of libtool fixups.  Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
 -Erik
</content>
</entry>
<entry>
<title>add Gtk+ version 2</title>
<updated>2007-01-11T08:42:34Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2007-01-11T08:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8b9d738e496c07704e7f4f2078cce5e777b62aec'/>
<id>urn:sha1:8b9d738e496c07704e7f4f2078cce5e777b62aec</id>
<content type='text'>
</content>
</entry>
</feed>
