xcb-proto: allow empty ${PN}, otherwise all the xorg -dev packages are broken
authorKoen Kooi <koen@openembedded.org>
Tue, 29 Jun 2010 05:54:16 +0000 (07:54 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 29 Jun 2010 05:59:06 +0000 (07:59 +0200)
recipes/xcb/xcb-proto.inc
recipes/xcb/xcb-proto_1.6.bb

index ca477f3..13e6bc9 100644 (file)
@@ -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
index 1b27f61..e3f1d43 100644 (file)
@@ -1,5 +1,5 @@
 include xcb-proto.inc
-PR = "r0"
+PR = "r1"
 
 SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b"
 SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2"