summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2013-10-29 14:50:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 17:33:14 +0000
commit3d204a58b38c5513e29aefacf190ab37c8a76505 (patch)
tree3c883f1c1005417794f1f031f2c200461be74eac /meta/recipes-graphics
parent1d8cfc7fea59c2b550840cfdb7eb6f1b4c7e1b80 (diff)
downloadpoky-3d204a58b38c5513e29aefacf190ab37c8a76505.tar.gz
libx11: upgrade to 1.6.2
Adapted X18NCMSstubs.diff to correctly apply. Tested on core-image-sato (for both libx11 and libx11-diet) (From OE-Core rev: 1179a6dc039fc4ce7a540450de55f5a39681370e) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-diet_1.6.2.bb (renamed from meta/recipes-graphics/xorg-lib/libx11-diet_1.6.1.bb)4
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff3
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.6.1.bb10
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb10
4 files changed, 13 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.1.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.2.bb
index 3c3b8e7dce..89b07164c3 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.2.bb
@@ -11,8 +11,8 @@ SRC_URI += "file://X18NCMSstubs.diff \
11RPROVIDES_${PN}-dev = "libx11-dev" 11RPROVIDES_${PN}-dev = "libx11-dev"
12RPROVIDES_${PN}-locale = "libx11-locale" 12RPROVIDES_${PN}-locale = "libx11-locale"
13 13
14SRC_URI[md5sum] = "bc5fc459ec25a50c5a7e27035b89e579" 14SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5"
15SRC_URI[sha256sum] = "10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892" 15SRC_URI[sha256sum] = "2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16"
16 16
17EXTRA_OECONF += "--disable-xlocale" 17EXTRA_OECONF += "--disable-xlocale"
18 18
diff --git a/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff b/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
index 9e91a8bbab..744cedc777 100644
--- a/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
+++ b/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
@@ -483,10 +483,9 @@ Index: libX11-1.3/src/Makefile.am
483 x11datadir = @X11_DATADIR@ 483 x11datadir = @X11_DATADIR@
484 x11data_DATA = XKeysymDB XErrorDB 484 x11data_DATA = XKeysymDB XErrorDB
485 485
486@@ -342,7 +344,8 @@ EXTRA_DIST = \ 486@@ -342,6 +344,7 @@ EXTRA_DIST = \
487 $(x11data_DATA) \ 487 $(x11data_DATA) \
488 os2Stubs.c \ 488 os2Stubs.c \
489 udcInf.c \
490- UIThrStubs.c 489- UIThrStubs.c
491+ UIThrStubs.c \ 490+ UIThrStubs.c \
492+ X18NCMSstubs.c 491+ 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
index b9fb83242b..0000000000
--- a/meta/recipes-graphics/xorg-lib/libx11_1.6.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1require libx11.inc
2inherit gettext
3
4BBCLASSEXTEND = "native nativesdk"
5
6SRC_URI += "file://disable_tests.patch \
7 "
8
9SRC_URI[md5sum] = "bc5fc459ec25a50c5a7e27035b89e579"
10SRC_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
index 0000000000..2377d61c37
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
@@ -0,0 +1,10 @@
1require libx11.inc
2inherit gettext
3
4BBCLASSEXTEND = "native nativesdk"
5
6SRC_URI += "file://disable_tests.patch \
7 "
8
9SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5"
10SRC_URI[sha256sum] = "2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16"