aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/xcb-proto.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-03 15:05:19 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-03 15:06:29 -0700
commitb0061845a60d7781f9287ae6955585485f5ba8e9 (patch)
treed4435a6a82b25f9d6eb924e9b452801df1706aec /recipes/xcb/xcb-proto.inc
parent6332fb06d811aa94ccfa12e8f5c7d68d771521fa (diff)
downloadopenembedded-b0061845a60d7781f9287ae6955585485f5ba8e9.tar.gz
xcb-proto: Get rid of legacy staging.
* Convert to using INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xcb/xcb-proto.inc')
-rw-r--r--recipes/xcb/xcb-proto.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index 13e6bc9d94..0d89dfc776 100644
--- a/recipes/xcb/xcb-proto.inc
+++ b/recipes/xcb/xcb-proto.inc
@@ -7,13 +7,8 @@ SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
inherit autotools pkgconfig
+INC_PR = "r2"
+
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
ALLOW_EMPTY_${PN} = "1"
-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
-}