xcb-proto: Drop custom staging function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-05 18:11:08 +00:00
parent 4523bc1bef
commit 03ed0dbcae
3 changed files with 1 additions and 15 deletions

View File

@@ -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})"

View File

@@ -1,2 +0,0 @@
include xcb-proto.inc
PR = "r1"

View File

@@ -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"