mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +02:00
xcb-proto: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -5,17 +5,9 @@ HOMEPAGE = "http://xcb.freedesktop.org"
|
||||
|
||||
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
|
||||
|
||||
do_stage() {
|
||||
oe_runmake DESTDIR="${D}" install
|
||||
mkdir -p ${STAGING_LIBDIR}/pkgconfig
|
||||
install ${D}${libdir}/pkgconfig/xcb-proto.pc ${STAGING_LIBDIR}/pkgconfig
|
||||
mkdir -p ${STAGING_DATADIR}/xcb
|
||||
install ${D}${datadir}/xcb/*.xml ${STAGING_DATADIR}/xcb
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
include xcb-proto.inc
|
||||
PR = "r1"
|
||||
@@ -6,9 +6,5 @@ PV = "1.2+gitr${SRCREV}"
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
DEPENDS_append_virtclass-native = " python-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user