diff options
Diffstat (limited to 'xcalibrateext')
-rw-r--r-- | xcalibrateext/xcalibrateext_cvs.bb | 0 | ||||
-rw-r--r-- | xcalibrateext/xcalibrateext_cvs.oe | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/xcalibrateext/xcalibrateext_cvs.bb b/xcalibrateext/xcalibrateext_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xcalibrateext/xcalibrateext_cvs.bb diff --git a/xcalibrateext/xcalibrateext_cvs.oe b/xcalibrateext/xcalibrateext_cvs.oe deleted file mode 100644 index 19c37afc48..0000000000 --- a/xcalibrateext/xcalibrateext_cvs.oe +++ /dev/null @@ -1,17 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "x11/libs" -MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" -DESCRIPTION = "XCalibrate extension headers" - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" -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} -} |