diff options
Diffstat (limited to 'recipes/xcb')
-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" |