summaryrefslogtreecommitdiff
path: root/packages/xdamage
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/xdamage
parent9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (diff)
autotooled packages: remove custom do_stage
Diffstat (limited to 'packages/xdamage')
-rw-r--r--packages/xdamage/xdamage_1.0.1.bb8
-rw-r--r--packages/xdamage/xdamage_cvs.bb8
2 files changed, 0 insertions, 16 deletions
diff --git a/packages/xdamage/xdamage_1.0.1.bb b/packages/xdamage/xdamage_1.0.1.bb
index c8a41893e4..e1784e72f3 100644
--- a/packages/xdamage/xdamage_1.0.1.bb
+++ b/packages/xdamage/xdamage_1.0.1.bb
@@ -10,11 +10,3 @@ SRC_URI = "${XLIBS_MIRROR}/libXdamage-${PV}.tar.bz2 \
S = "${WORKDIR}/libXdamage-${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/xdamage/xdamage_cvs.bb b/packages/xdamage/xdamage_cvs.bb
index f66188351b..de3335be39 100644
--- a/packages/xdamage/xdamage_cvs.bb
+++ b/packages/xdamage/xdamage_cvs.bb
@@ -9,11 +9,3 @@ SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \
S = "${WORKDIR}/Xdamage"
inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}