<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package, branch 2009.08_rc3</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08_rc3</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08_rc3'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-08-26T07:52:51Z</updated>
<entry>
<title>package/Makefile.in: use := for INSTALL</title>
<updated>2009-08-26T07:52:51Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-26T07:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=717aaab9e8ced5ee4dd2a2c9cf4af9dcc94d353a'/>
<id>urn:sha1:717aaab9e8ced5ee4dd2a2c9cf4af9dcc94d353a</id>
<content type='text'>
So it doesn't get reevaluated every time and for consistency with FLEX/BISON.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: also enable ipv6 support in ifupdown if ipv6 support is enabled</title>
<updated>2009-08-24T21:27:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-24T21:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4ae691ecb960f79968df454cba0dab04bf1dba9d'/>
<id>urn:sha1:4ae691ecb960f79968df454cba0dab04bf1dba9d</id>
<content type='text'>
Reported by: Chris Smith &lt;chris.smith@tandberg.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'alsa-utils-fix' into for-2009.08</title>
<updated>2009-08-19T22:10:26Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-19T22:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8bc2fbe6dc7dc1e27f0640799643b17fe771814b'/>
<id>urn:sha1:8bc2fbe6dc7dc1e27f0640799643b17fe771814b</id>
<content type='text'>
Conflicts:
	CHANGES
</content>
</entry>
<entry>
<title>alsa-utils: fix build for x86 on x86-64</title>
<updated>2009-08-19T22:07:27Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-19T22:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1'/>
<id>urn:sha1:350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1</id>
<content type='text'>
alsa-utils included two ugly patches for ARM and AVR32 to fix build
issues encountered with ncurses. In fact these build issues were
caused by the fact that alsa-utils was using ncurses5-config of the
host instead of the one installed in $(STAGING_DIR).

Therefore, these two patches are removed, and we instead pass
ac_cv_prog_ncurses5_config to the ./configure script.

This commit solves bug #569, reported by Simon Pasch, who also
contributed this fix.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libsoup: enable autoreconf</title>
<updated>2009-08-10T18:22:31Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-10T18:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=843c592a7c89dd564e17158871fa792aec1a5e97'/>
<id>urn:sha1:843c592a7c89dd564e17158871fa792aec1a5e97</id>
<content type='text'>
To get the libtool patch to make some effect, an autoreconfiguration
is necessary.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libxslt: tell ./configure where libxml is</title>
<updated>2009-08-10T18:21:13Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-10T18:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5cecbb7fba1c97351543efad399ef8801e6e63ee'/>
<id>urn:sha1:5cecbb7fba1c97351543efad399ef8801e6e63ee</id>
<content type='text'>
libxslt is currently configured with --with-libxml-include-prefix,
which allows libxslt ./configure to find libxml headers. However, the
build of libxslt fails because it doesn't find the library itself.

Therefore, instead of using --with-libxml-include-prefix, we switch to
the more generic --with-libxml-prefix.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>webkit: select cairo PNG feature</title>
<updated>2009-08-10T18:17:20Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-10T18:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=26e37dd3c48878ed351092e171840591e2c7e1b8'/>
<id>urn:sha1:26e37dd3c48878ed351092e171840591e2c7e1b8</id>
<content type='text'>
Webkit currently depends on libgtk2, which itself depends on
Cairo. However, the dependency of libgtk2 is only on
BR2_PACKAGE_CAIRO, BR2_PACKAGE_CAIRO_PS and
BR2_PACKAGE_CAIRO_PDF. While this might be enough for libgtk2 to build
and work, Webkit makes direct use of the PNG functionnalities of
Cairo. If this functionnality is not available in Cairo, the Webkit
build complains that cairo_surface_write_to_png_stream() is not
defined.

Therefore, we make sure that WebKit selects BR2_PACKAGE_CAIRO_PNG.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>webkit: disable the libtool patch</title>
<updated>2009-08-10T18:14:55Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-10T18:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7df179ae005b44b6b3427b66e03e6b79c976f28d'/>
<id>urn:sha1:7df179ae005b44b6b3427b66e03e6b79c976f28d</id>
<content type='text'>
The version of Webkit packaged in Buildroot uses libtool 2.x, for
which our package/buildroot-libtool.patch does not apply. So we
disable this patch. However, on my system, the lack of libtool
modification prevents the final linking to succeed (due to libtool
trying to link target code with host libraries). This will have to be
fixed separatly.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Remove --without-html-dir from DISABLE_DOCUMENTATION</title>
<updated>2009-08-08T18:21:58Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-08T18:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7e62e8ec723f91e07bb4ac9ae3e55b65e3123082'/>
<id>urn:sha1:7e62e8ec723f91e07bb4ac9ae3e55b65e3123082</id>
<content type='text'>
In an attempt to disable the compilation and installation of
documentation of gtk packages, a DISABLE_DOCUMENTATION variable
containing --without-html-dir has been added to
package/Makefile.in. This variable is used by
package/Makefile.autotools.in so that --without-html-dir is in effect
passed to all autotools-based packaging relying on the
Makefile.autotools.in infrastructure.

Unfortunately, --without-html-dir doesn't work. It leads libglib2
./configure script to think that HTML_DIR is "no", which leads to the
installation of the documentation in $(STAGING_DIR)no (yes, with the
"no" suffix at the end). The issue is that --with-html-dir is not an
enable/disable type of option, it's an option that only allows to pass
a PATH for documentation installation.

As we don't want the documentation to be installed in this odd
$(STAGING_DIR)no directory, we simply get rid of this option.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Update dbus to version 1.2.16</title>
<updated>2009-08-08T17:07:21Z</updated>
<author>
<name>Jean-Christian de Rivaz</name>
<email>jc@eclis.ch</email>
</author>
<published>2009-08-07T23:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3de4ce5b32758cc35a443afff0728316d31fd953'/>
<id>urn:sha1:3de4ce5b32758cc35a443afff0728316d31fd953</id>
<content type='text'>
Signed-off-by: Jean-Christian de Rivaz &lt;jc@eclis.ch&gt;
</content>
</entry>
</feed>
