[oe-commits] Frans Meulenbroeks : xorg-lib/libx11_1.3.3: uncommented dolt-fix.patch; still needed

git version control git at git.openembedded.org
Wed Feb 3 22:02:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 54e3271a4b2a5b6e8f3777cf8ba9499df93938bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=54e3271a4b2a5b6e8f3777cf8ba9499df93938bb

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Feb  3 21:41:16 2010 +0100

xorg-lib/libx11_1.3.3: uncommented dolt-fix.patch; still needed

uncommented dolt-fix.patch, this one is needed for i686 targets (e.g. eee701).
without these patch libtool is used and not the generated one
also verified that it still compiles properly on systems that did not need
the patch (tested by building for beagleboard).

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/xorg-lib/libx11_1.3.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-lib/libx11_1.3.3.bb b/recipes/xorg-lib/libx11_1.3.3.bb
index 2461872..947e938 100644
--- a/recipes/xorg-lib/libx11_1.3.3.bb
+++ b/recipes/xorg-lib/libx11_1.3.3.bb
@@ -5,12 +5,12 @@ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
             libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
 PROVIDES = "virtual/libx11"
 PE = "1"
-PR = "r4"
+PR = "r5"
 
 XORG_PN = "libX11"
 
 SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
-#            file://dolt-fix.patch;patch=1 \
+            file://dolt-fix.patch;patch=1 \
             file://keysymdef_include.patch;patch=1 \
 "
 





More information about the Openembedded-commits mailing list