summaryrefslogtreecommitdiff
path: root/packages/xcomposite
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-01-02 13:16:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-02 13:16:14 +0000
commited5dc96cce94e07c31c681ae470b73fd6fb51b2b (patch)
treee262e5aa1d553a1a0b4c1c3574ed830cddbd6069 /packages/xcomposite
parent9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (diff)
autotooled packages: remove custom do_stage
Diffstat (limited to 'packages/xcomposite')
-rw-r--r--packages/xcomposite/xcomposite_1.0.1.bb8
-rw-r--r--packages/xcomposite/xcomposite_cvs.bb8
2 files changed, 0 insertions, 16 deletions
diff --git a/packages/xcomposite/xcomposite_1.0.1.bb b/packages/xcomposite/xcomposite_1.0.1.bb
index 1e8d96ce2e..3821b126fe 100644
--- a/packages/xcomposite/xcomposite_1.0.1.bb
+++ b/packages/xcomposite/xcomposite_1.0.1.bb
@@ -9,11 +9,3 @@ SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2 \
S = "${WORKDIR}/libXcomposite-${PV}"
inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/packages/xcomposite/xcomposite_cvs.bb b/packages/xcomposite/xcomposite_cvs.bb
index 8782dcb42c..ab72873234 100644
--- a/packages/xcomposite/xcomposite_cvs.bb
+++ b/packages/xcomposite/xcomposite_cvs.bb
@@ -8,11 +8,3 @@ SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite
S = "${WORKDIR}/Xcomposite"
inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}