diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 22:31:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 10:57:47 +0100 |
commit | 3944ed8036aa1b02e19ba1ef1529acd115499ad2 (patch) | |
tree | bff92716bbf54eca2e4ab04bf2373811a18ba2d5 /meta/recipes-graphics/xcb | |
parent | dea71b05021c54a4caa227cfcb3d4c024effdf15 (diff) | |
download | poky-3944ed8036aa1b02e19ba1ef1529acd115499ad2.tar.gz |
xcb-proto: Package unshipped files, create python-xcbgen package for python xcbgen code
(From OE-Core rev: 9a22f0d62eaac8716a547f7102155483c9b0187e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto.inc | 5 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto_1.6.bb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index d51134145f..cd7e115174 100644 --- a/meta/recipes-graphics/xcb/xcb-proto.inc +++ b/meta/recipes-graphics/xcb/xcb-proto.inc | |||
@@ -13,7 +13,10 @@ SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | FILES_${PN}-dev += "${datadir}/xcb/*.xml" | 16 | PACKAGES += "python-xcbgen" |
17 | |||
18 | FILES_${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" | ||
19 | FILES_python-xcbgen = "${libdir}/python*" | ||
17 | 20 | ||
18 | RDEPENDS_${PN}-dev = "" | 21 | RDEPENDS_${PN}-dev = "" |
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 22 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb index 74a6ec7bb9..3133977678 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ |
5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | 5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" | 9 | SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" |
10 | SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" | 10 | SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" |