aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-04-29 07:31:17 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-29 08:51:13 +0200
commitcf9dc567a8d1f785413d6c8c28a62ee812dd1b74 (patch)
treeb3b21cfd573ecb78463408211502944f55219cd7 /meta-oe
parent13c9e64ff14d253a60ebadd8288bb3ec03ea9ca0 (diff)
downloadmeta-openembedded-contrib-cf9dc567a8d1f785413d6c8c28a62ee812dd1b74.tar.gz
xcb-proto: Add recipe for version 1.6
xcb-proto is needed by libxcb and --without-xcb is not possible with xorg-lib anymore hence the need Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/xcb/xcb-proto.inc18
-rw-r--r--meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb6
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xcb/xcb-proto.inc b/meta-oe/recipes-graphics/xcb/xcb-proto.inc
new file mode 100644
index 0000000000..226dd72c6f
--- /dev/null
+++ b/meta-oe/recipes-graphics/xcb/xcb-proto.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "XCB: an X protocol C binding"
+SECTION = "x11/libs"
+LICENSE = "MIT-X"
+HOMEPAGE = "http://xcb.freedesktop.org"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
+DEPENDS = "python-native"
+
+SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
+
+BBCLASSEXTEND = "native nativesdk"
+
+inherit autotools pkgconfig
+
+INC_PR = "r0"
+
+FILES_${PN}-dev += "${datadir}/xcb/*.xml"
+ALLOW_EMPTY_${PN} = "1"
+
diff --git a/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb
new file mode 100644
index 0000000000..db18c2ace5
--- /dev/null
+++ b/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb
@@ -0,0 +1,6 @@
+include xcb-proto.inc
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b"
+SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2"
+