[oe-commits] Koen Kooi : xcb-proto: allow empty ${PN}, otherwise all the xorg -dev packages are broken

git version control git at git.openembedded.org
Tue Jun 29 06:04:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 357763adbae6e4d52be61b84c0fffc9aa11a8044
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=357763adbae6e4d52be61b84c0fffc9aa11a8044

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun 29 07:54:16 2010 +0200

xcb-proto: allow empty ${PN}, otherwise all the xorg -dev packages are broken

---

 recipes/xcb/xcb-proto.inc    |    1 +
 recipes/xcb/xcb-proto_1.6.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index ca477f3..13e6bc9 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 1b27f61..e3f1d43 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"





More information about the Openembedded-commits mailing list