diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-02 13:16:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-02 13:16:14 +0000 |
commit | ed5dc96cce94e07c31c681ae470b73fd6fb51b2b (patch) | |
tree | e262e5aa1d553a1a0b4c1c3574ed830cddbd6069 /packages/xcalibrateext | |
parent | 9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (diff) |
autotooled packages: remove custom do_stage
Diffstat (limited to 'packages/xcalibrateext')
-rw-r--r-- | packages/xcalibrateext/xcalibrateext_cvs.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_cvs.bb b/packages/xcalibrateext/xcalibrateext_cvs.bb index 33cda47f39..2f0feba2de 100644 --- a/packages/xcalibrateext/xcalibrateext_cvs.bb +++ b/packages/xcalibrateext/xcalibrateext_cvs.bb @@ -1,18 +1,9 @@ PV = "0.0cvs${CVSDATE}" SECTION = "x11/libs" LICENSE = "BSD-X" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" DESCRIPTION = "XCalibrate extension headers" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" S = "${WORKDIR}/XCalibrateExt" inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |