diff options
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xcb-proto.inc | 26 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb | 25 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xcb-proto_git.bb | 9 |
3 files changed, 23 insertions, 37 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto.inc b/meta/recipes-graphics/xorg-proto/xcb-proto.inc deleted file mode 100644 index 8703d6391c..0000000000 --- a/meta/recipes-graphics/xorg-proto/xcb-proto.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "XCB: The X protocol C binding headers" | ||
2 | DESCRIPTION = "Function prototypes for the X protocol C-language Binding \ | ||
3 | (XCB). XCB is a replacement for Xlib featuring a small footprint, \ | ||
4 | latency hiding, direct access to the protocol, improved threading \ | ||
5 | support, and extensibility." | ||
6 | HOMEPAGE = "http://xcb.freedesktop.org" | ||
7 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | ||
8 | |||
9 | SECTION = "x11/libs" | ||
10 | LICENSE = "MIT-X" | ||
11 | |||
12 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \ | ||
13 | file://no-python-native.patch" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | PACKAGES += "python-xcbgen" | ||
18 | |||
19 | FILES_${PN} = "" | ||
20 | FILES_${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" | ||
21 | FILES_python-xcbgen = "${libdir}/xcb-proto" | ||
22 | |||
23 | RDEPENDS_${PN}-dev = "" | ||
24 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
25 | |||
26 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb index 23166a93bb..8bdca32b71 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb +++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb | |||
@@ -1,9 +1,30 @@ | |||
1 | include xcb-proto.inc | 1 | SUMMARY = "XCB: The X protocol C binding headers" |
2 | DESCRIPTION = "Function prototypes for the X protocol C-language Binding \ | ||
3 | (XCB). XCB is a replacement for Xlib featuring a small footprint, \ | ||
4 | latency hiding, direct access to the protocol, improved threading \ | ||
5 | support, and extensibility." | ||
6 | HOMEPAGE = "http://xcb.freedesktop.org" | ||
7 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | ||
2 | 8 | ||
9 | SECTION = "x11/libs" | ||
3 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ |
5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | 12 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
6 | 13 | ||
7 | 14 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \ | |
15 | file://no-python-native.patch" | ||
8 | SRC_URI[md5sum] = "14e60919f859560f28426a685a555962" | 16 | SRC_URI[md5sum] = "14e60919f859560f28426a685a555962" |
9 | SRC_URI[sha256sum] = "5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906" | 17 | SRC_URI[sha256sum] = "5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906" |
18 | |||
19 | inherit autotools pkgconfig | ||
20 | |||
21 | PACKAGES += "python-xcbgen" | ||
22 | |||
23 | FILES_${PN} = "" | ||
24 | FILES_${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" | ||
25 | FILES_python-xcbgen = "${libdir}/xcb-proto" | ||
26 | |||
27 | RDEPENDS_${PN}-dev = "" | ||
28 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
29 | |||
30 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb deleted file mode 100644 index 2ea4d04217..0000000000 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | ||
2 | |||
3 | include xcb-proto.inc | ||
4 | SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66" | ||
5 | PV = "1.2+gitr${SRCPV}" | ||
6 | PR = "r4" | ||
7 | |||
8 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto" | ||
9 | S = "${WORKDIR}/git" | ||