summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcalibrateext
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
commit5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch)
tree45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/xcalibrateext
parent42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff)
downloadpoky-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.bb7
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 @@
1PV = "0.0+cvs${SRCDATE}" 1PV = "0.0+cvs${SRCDATE}"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "BSD-X" 3LICENSE = "BSD-X"
4MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5DESCRIPTION = "XCalibrate extension headers" 4DESCRIPTION = "XCalibrate extension headers"
6 5
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" 6SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt"
@@ -10,9 +9,5 @@ S = "${WORKDIR}/XCalibrateExt"
10inherit autotools pkgconfig 9inherit autotools pkgconfig
11 10
12do_stage() { 11do_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}