[OE-core] [PATCH 3/3] libxcb: upgrade to 1.10

Ross Burton ross.burton at intel.com
Mon Jan 20 21:07:34 UTC 2014


Remove spurious libxcb-xinerama addition to PACKAGES, this is handled by the
dynamic split_packages() now.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/xorg-lib/libxcb_1.10.bb  |   10 ++++++++++
 meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb |   12 ------------
 meta/recipes-graphics/xorg-lib/libxcb_git.bb   |    2 --
 3 files changed, 10 insertions(+), 14 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-lib/libxcb_1.10.bb
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb

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 0000000..d88b025
--- /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 7374f10..0000000
--- 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 1482b7a..186636e 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"
-- 
1.7.10.4




More information about the Openembedded-core mailing list