<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/directfb, 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>0.9.25.1 release moved to Old. Reported by Jack Robinson</title>
<updated>2007-02-02T12:41:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2007-02-02T12:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e42dc3a5b7fd5d108d75f1c1b263679c67844f96'/>
<id>urn:sha1:e42dc3a5b7fd5d108d75f1c1b263679c67844f96</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>- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971</title>
<updated>2006-10-01T15:17:52Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-10-01T15:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6342c83201d5fd2acef0f3193f53b19f74b14c73'/>
<id>urn:sha1:6342c83201d5fd2acef0f3193f53b19f74b14c73</id>
<content type='text'>
  Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
</content>
</entry>
<entry>
<title>disable sdl build</title>
<updated>2006-07-10T22:28:09Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-07-10T22:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c4ad37ff4effcb3d1307d4ee14940ddaf58cc87a'/>
<id>urn:sha1:c4ad37ff4effcb3d1307d4ee14940ddaf58cc87a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor tweak</title>
<updated>2006-06-23T07:00:53Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-06-23T07:00:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=317408b4fa9158d5b331e08d6236eba1a35a5d17'/>
<id>urn:sha1:317408b4fa9158d5b331e08d6236eba1a35a5d17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tyler writes:</title>
<updated>2006-04-06T17:43:28Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-04-06T17:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a01900a8d89d7df74d5467721b8a8f211b96b66'/>
<id>urn:sha1:4a01900a8d89d7df74d5467721b8a8f211b96b66</id>
<content type='text'>
libdirectfb* is copied to target, but when the package builds it also builds
libdirect* and libfusion*, which libdirectfb will call upon, but they are not
copied along with libdirectfb.
</content>
</entry>
<entry>
<title>tyler writes:</title>
<updated>2006-04-06T17:40:47Z</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-04-06T17:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b607f5cdc3bc1c14ca3b049ea9f3b5de39883869'/>
<id>urn:sha1:b607f5cdc3bc1c14ca3b049ea9f3b5de39883869</id>
<content type='text'>
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was defined
as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies.

Instead, it should be built such that PREFIX=/usr then have prefix &amp;
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.

</content>
</entry>
<entry>
<title>version bump #561</title>
<updated>2005-11-24T19:52:39Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2005-11-24T19:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9fa11e9e5d9449652f1b273708d3be18f543afe9'/>
<id>urn:sha1:9fa11e9e5d9449652f1b273708d3be18f543afe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove extra space after touch</title>
<updated>2005-11-24T06:53:24Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2005-11-24T06:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dfebda00147935f668f9024e7cca141ad46ad652'/>
<id>urn:sha1:dfebda00147935f668f9024e7cca141ad46ad652</id>
<content type='text'>
</content>
</entry>
</feed>
