From 357763adbae6e4d52be61b84c0fffc9aa11a8044 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 29 Jun 2010 07:54:16 +0200 Subject: [PATCH] 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 deletion(-) 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" -- 2.11.4.GIT