diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-04-30 11:58:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-03 15:41:39 +0100 |
| commit | 9bb49514abb6ecf6b12029228010a0c34829edc1 (patch) | |
| tree | fdf0ae615b00235dc6108584541159b086302581 /meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb | |
| parent | f3c303597694102d185713b2e709c8362e0d3bda (diff) | |
| download | poky-9bb49514abb6ecf6b12029228010a0c34829edc1.tar.gz | |
xcb-proto: update to 1.14
(From OE-Core rev: 26d55e7612ecb1233131834a78afd3dcde1be320)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb deleted file mode 100644 index 7467090920..0000000000 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb +++ /dev/null | |||
| @@ -1,29 +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" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | ||
| 12 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | ||
| 13 | |||
| 14 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2" | ||
| 15 | SRC_URI[md5sum] = "abe9aa4886138150bbc04ae4f29b90e3" | ||
| 16 | SRC_URI[sha256sum] = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig python3native | ||
| 19 | |||
| 20 | PACKAGES += "python-xcbgen" | ||
| 21 | |||
| 22 | FILES_${PN} = "" | ||
| 23 | FILES_${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" | ||
| 24 | FILES_python-xcbgen = "${PYTHON_SITEPACKAGES_DIR}" | ||
| 25 | |||
| 26 | RDEPENDS_${PN}-dev = "" | ||
| 27 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
