diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-29 07:54:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-29 07:59:06 +0200 |
commit | 357763adbae6e4d52be61b84c0fffc9aa11a8044 (patch) | |
tree | 06242a4768e7de0181b0c985f83bc8277158fb12 | |
parent | c5aee636a81eef9d71dc9633b42ddf6fb93c6ccb (diff) |
xcb-proto: allow empty ${PN}, otherwise all the xorg -dev packages are broken
-rw-r--r-- | recipes/xcb/xcb-proto.inc | 1 | ||||
-rw-r--r-- | 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 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" |