diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
| commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
| tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/xcalibrateext | |
| parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
| download | poky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz | |
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xcalibrateext')
| -rw-r--r-- | openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb b/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb index e242564233..133d19ee36 100644 --- a/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb +++ b/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | PV = "0.0+cvs${SRCDATE}" | 1 | PV = "0.0+cvs${SRCDATE}" |
| 2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
| 3 | LICENSE = "BSD-X" | 3 | LICENSE = "BSD-X" |
| 4 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" | ||
| 5 | DESCRIPTION = "XCalibrate extension headers" | 4 | DESCRIPTION = "XCalibrate extension headers" |
| 6 | 5 | ||
| 7 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" | 6 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" |
| @@ -10,9 +9,5 @@ S = "${WORKDIR}/XCalibrateExt" | |||
| 10 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
| 11 | 10 | ||
| 12 | do_stage() { | 11 | do_stage() { |
| 13 | oe_runmake install prefix=${STAGING_DIR} \ | 12 | autotools_stage_all |
| 14 | bindir=${STAGING_BINDIR} \ | ||
| 15 | includedir=${STAGING_INCDIR} \ | ||
| 16 | libdir=${STAGING_LIBDIR} \ | ||
| 17 | datadir=${STAGING_DATADIR} | ||
| 18 | } | 13 | } |
