diff options
Diffstat (limited to 'openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb')
| -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 | } |
