summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-29 16:12:02 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-29 16:12:02 +0400
commite90cf71fe69917d5716fbf25846ba0e91f0b5bd7 (patch)
tree369209a0765a5affe05fdd3bc3270a5f49461e13 /recipes
parent23d51f646b61515b9f404ee4a3068c73d7c06296 (diff)
xcb-proto: allow empty xcb-proto
xcb-proto-dev depends on (empty) xcb-proto. Allow building of empty xcb-proto packet Also bump PR for xcb-proto 1.6 to force rebuilding. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xcb/xcb-proto.inc1
-rw-r--r--recipes/xcb/xcb-proto_1.6.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index ca477f36d3..13e6bc9d94 100644
--- a/recipes/xcb/xcb-proto.inc
+++ b/recipes/xcb/xcb-proto.inc
@@ -8,6 +8,7 @@ SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
inherit autotools pkgconfig
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
+ALLOW_EMPTY_${PN} = "1"
do_stage() {
oe_runmake DESTDIR="${D}" install
diff --git a/recipes/xcb/xcb-proto_1.6.bb b/recipes/xcb/xcb-proto_1.6.bb
index 1b27f6125d..e3f1d439ee 100644
--- a/recipes/xcb/xcb-proto_1.6.bb
+++ b/recipes/xcb/xcb-proto_1.6.bb
@@ -1,5 +1,5 @@
include xcb-proto.inc
-PR = "r0"
+PR = "r1"
SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b"
SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2"