From 230e1cbcf09ae018a56c7389904d9bba8c6452ee Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 10 Jan 2006 09:45:14 +0000 Subject: replace oe_runmake install by autotools_stage_all in various packages --- packages/xcalibrateext/xcalibrateext_cvs.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packages/xcalibrateext/xcalibrateext_cvs.bb') diff --git a/packages/xcalibrateext/xcalibrateext_cvs.bb b/packages/xcalibrateext/xcalibrateext_cvs.bb index e242564233..133d19ee36 100644 --- a/packages/xcalibrateext/xcalibrateext_cvs.bb +++ b/packages/xcalibrateext/xcalibrateext_cvs.bb @@ -1,7 +1,6 @@ PV = "0.0+cvs${SRCDATE}" SECTION = "x11/libs" LICENSE = "BSD-X" -MAINTAINER = "Phil Blundell " DESCRIPTION = "XCalibrate extension headers" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" @@ -10,9 +9,5 @@ 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} + autotools_stage_all } -- cgit v1.2.3