summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcalibrate
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/xcalibrate
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/xcalibrate')
-rw-r--r--openembedded/packages/xcalibrate/xcalibrate_cvs.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
index f28e0edf42..31a60a3202 100644
--- a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
+++ b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
@@ -2,7 +2,6 @@ PV = "0.0+cvs${SRCDATE}"
2LICENSE = "BSD-X" 2LICENSE = "BSD-X"
3SECTION = "x11/libs" 3SECTION = "x11/libs"
4PRIORITY = "optional" 4PRIORITY = "optional"
5MAINTAINER = "Phil Blundell <pb@freedesktop.org>"
6DEPENDS = "x11 xcalibrateext xext" 5DEPENDS = "x11 xcalibrateext xext"
7DESCRIPTION = "XCalibrate client-side library" 6DESCRIPTION = "XCalibrate client-side library"
8 7
@@ -12,9 +11,5 @@ S = "${WORKDIR}/XCalibrate"
12inherit autotools pkgconfig 11inherit autotools pkgconfig
13 12
14do_stage() { 13do_stage() {
15 oe_runmake install prefix=${STAGING_DIR} \ 14 autotools_stage_all
16 bindir=${STAGING_BINDIR} \
17 includedir=${STAGING_INCDIR} \
18 libdir=${STAGING_LIBDIR} \
19 datadir=${STAGING_DATADIR}
20} 15}