<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/x11r7/xlib_libXt, branch 2011.08</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.08</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.08'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-06-12T19:59:59Z</updated>
<entry>
<title>packages: remove --{enable,disable}-{shared,static} from autotools packages</title>
<updated>2011-06-12T19:59:59Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-05-30T21:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9'/>
<id>urn:sha1:0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9</id>
<content type='text'>
Now that those values are passed at the autotools infrastructure
level, there's no need for every package to pass inconsistent values.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/x11r7: apply libtool patch where possible</title>
<updated>2011-02-17T12:56:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-17T12:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=68f166074bba01ea4abb9575a5578d662103904f'/>
<id>urn:sha1:68f166074bba01ea4abb9575a5578d662103904f</id>
<content type='text'>
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xlib_libXt: fix build issues</title>
<updated>2010-07-06T08:32:35Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-06-25T09:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ff15966c2ecc9258232ac49edf31c7f904eaf225'/>
<id>urn:sha1:ff15966c2ecc9258232ac49edf31c7f904eaf225</id>
<content type='text'>
The .mk file was hacking the CC_FOR_BUILD value so that
$(STAGING_DIR)/usr/include is added to the include path. This is not
correct since $(STAGING_DIR) contains target stuff, not host
stuff. The correct fix is to add a dependency on host-xproto_xproto,
which will install the needed headers in $(HOST_DIR)/usr/include.

In addition to that, a patch is added to make xlib_libXt build system
behave properly in the cross-compilation case, where the makestrs tool
needs to be built on the host as part of the compilation process. This
was working before because of our quirky TARGET_CONFIGURE_OPTS, but
those are going to be fixed in a future commit.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>X11R7.5 - remove all version information from Config.in files</title>
<updated>2010-04-22T10:26:54Z</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-04-14T17:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3aed796e78eb38c2353f273e3623431bbe700900'/>
<id>urn:sha1:3aed796e78eb38c2353f273e3623431bbe700900</id>
<content type='text'>
As discussed on the list, don't want to have to change the Config.in
file when we bump the version of a package

Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Acked-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Bump libXt to 1.0.7</title>
<updated>2010-02-28T09:34:57Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-02-28T09:34:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=637763f309b74d2b88a3bf692ee41f0d652fc355'/>
<id>urn:sha1:637763f309b74d2b88a3bf692ee41f0d652fc355</id>
<content type='text'>
Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
</content>
</entry>
<entry>
<title>xorg: add a new cross-compile fix for libXt 1.0.6</title>
<updated>2009-07-28T09:53:04Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-28T09:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=90a459ce4d27fc6a2527ae29f0a07f24f0993a02'/>
<id>urn:sha1:90a459ce4d27fc6a2527ae29f0a07f24f0993a02</id>
<content type='text'>
The cross-compile fix included in mainline of libXt between 1.0.5 and
1.0.6 is not sufficient. It allows to pass a different compiler for
the host tools, but still uses the TARGET_CFLAGS/TARGET_LDFLAGS to
compile the host tools, which obviously isn't correct.

The new patch allows to use the CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD
variables as the CFLAGS/LDFLAGS to build the host tools.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xorg: bump libXt to 1.0.6</title>
<updated>2009-07-28T08:04:15Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-28T08:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5d4138392026cfd61e25a8e1a170fbe422f49a83'/>
<id>urn:sha1:5d4138392026cfd61e25a8e1a170fbe422f49a83</id>
<content type='text'>
Bump libXt to 1.0.6 and remove the
xlib_libXt-1.0.5-makestrs-nocc.patch, which has been included in a
better form in upstream:
 http://cgit.freedesktop.org/xorg/lib/libXt/commit/?id=36e9f0d351afbf7fd2595990b2d39e7c551f6420

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>x11r7: update to 7.4</title>
<updated>2009-03-14T14:59:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-14T14:59:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=59b0aa7a7ee327688a77dd5d01d0b2032f6535a2'/>
<id>urn:sha1:59b0aa7a7ee327688a77dd5d01d0b2032f6535a2</id>
<content type='text'>
Patch by Dan Lykowski &lt;lykowdk@gmail.com&gt;, closes #181.

Minor fixups for kdrive by me.
</content>
</entry>
<entry>
<title>x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools</title>
<updated>2008-12-22T22:10:18Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-22T22:10:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=97dd2d8e73298540121820f3147a51b102c3f7ef'/>
<id>urn:sha1:97dd2d8e73298540121820f3147a51b102c3f7ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: remove redundant install-strip in *_TARGET_INSTALL_OPT</title>
<updated>2008-10-20T11:53:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-20T11:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e337d002fe4f258897f9d7ac5292e243b88b4cfd'/>
<id>urn:sha1:e337d002fe4f258897f9d7ac5292e243b88b4cfd</id>
<content type='text'>
It's default now.
</content>
</entry>
</feed>
