]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: upgrade to 1.6.2
authorValentin Popa <valentin.popa@intel.com>
Tue, 29 Oct 2013 12:50:44 +0000 (14:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Oct 2013 17:33:06 +0000 (17:33 +0000)
Adapted X18NCMSstubs.diff to correctly apply.

Tested on core-image-sato (for both libx11 and
libx11-diet)

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-lib/libx11-diet_1.6.2.bb [moved from meta/recipes-graphics/xorg-lib/libx11-diet_1.6.1.bb with 73% similarity]
meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
meta/recipes-graphics/xorg-lib/libx11_1.6.1.bb [deleted file]
meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb [new file with mode: 0644]

similarity index 73%
rename from meta/recipes-graphics/xorg-lib/libx11-diet_1.6.1.bb
rename to meta/recipes-graphics/xorg-lib/libx11-diet_1.6.2.bb
index 3c3b8e7dce03154a2f62bc2e4023db32cafae2d7..89b07164c3c8fc7fee0461e54c38132310efdc38 100644 (file)
@@ -11,8 +11,8 @@ SRC_URI += "file://X18NCMSstubs.diff \
 RPROVIDES_${PN}-dev = "libx11-dev"
 RPROVIDES_${PN}-locale = "libx11-locale"
 
-SRC_URI[md5sum] = "bc5fc459ec25a50c5a7e27035b89e579"
-SRC_URI[sha256sum] = "10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892"
+SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5"
+SRC_URI[sha256sum] = "2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16"
 
 EXTRA_OECONF += "--disable-xlocale"
 
index 9e91a8bbabd445e1a0a1b2485e1a2a7a863dbf6d..744cedc7770a95d9f0c525be73a547c091e32285 100644 (file)
@@ -483,10 +483,9 @@ Index: libX11-1.3/src/Makefile.am
  x11datadir = @X11_DATADIR@
  x11data_DATA = XKeysymDB XErrorDB
  
-@@ -342,7 +344,8 @@ EXTRA_DIST = \
+@@ -342,6 +344,7 @@ EXTRA_DIST = \
        $(x11data_DATA) \
        os2Stubs.c \
-       udcInf.c \
 -      UIThrStubs.c 
 +      UIThrStubs.c \
 +      X18NCMSstubs.c
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.1.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.1.bb
deleted file mode 100644 (file)
index b9fb832..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require libx11.inc
-inherit gettext
-
-BBCLASSEXTEND = "native nativesdk"
-
-SRC_URI += "file://disable_tests.patch \
-           "
-
-SRC_URI[md5sum] = "bc5fc459ec25a50c5a7e27035b89e579"
-SRC_URI[sha256sum] = "10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892"
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
new file mode 100644 (file)
index 0000000..2377d61
--- /dev/null
@@ -0,0 +1,10 @@
+require libx11.inc
+inherit gettext
+
+BBCLASSEXTEND = "native nativesdk"
+
+SRC_URI += "file://disable_tests.patch \
+           "
+
+SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5"
+SRC_URI[sha256sum] = "2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16"