summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-01-20 21:07:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-21 10:48:24 +0000
commitcfb0b1124d38c332536abb5d3e2726a3b8993140 (patch)
tree520952c0f46c97c346096ff774b53803ffe376b9 /meta/recipes-graphics
parentd31d1a3e6cfada74bfe5e288e6af2de409fb7a6a (diff)
downloadopenembedded-core-cfb0b1124d38c332536abb5d3e2726a3b8993140.tar.gz
libxcb: upgrade to 1.10
Remove spurious libxcb-xinerama addition to PACKAGES, this is handled by the dynamic split_packages() now. Signed-off-by: Ross Burton <ross.burton@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/libxcb_1.10.bb10
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb12
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb_git.bb2
3 files changed, 10 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb
new file mode 100644
index 0000000000..d88b025e1f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb
@@ -0,0 +1,10 @@
+include libxcb.inc
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
+
+
+DEPENDS += "libxdmcp"
+
+SRC_URI[md5sum] = "074c335cc4453467eeb234e3dadda700"
+SRC_URI[sha256sum] = "98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5"
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb
deleted file mode 100644
index 7374f10a4e..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-include libxcb.inc
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
-
-
-DEPENDS += "libxdmcp"
-
-PACKAGES =+ "libxcb-xinerama"
-
-SRC_URI[md5sum] = "1ca999ca94f760d917ef2d8466a88742"
-SRC_URI[sha256sum] = "aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b"
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_git.bb b/meta/recipes-graphics/xorg-lib/libxcb_git.bb
index 1482b7af5b..186636e1eb 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_git.bb
@@ -8,5 +8,3 @@ PR = "r1"
SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb"
S = "${WORKDIR}/git"
-
-PACKAGES =+ "libxcb-xinerama"