diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-04 21:30:28 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-04 21:30:28 +0000 |
commit | 34dab2e46c5a39720b4b4bf0ed6efc9672a2fdf7 (patch) | |
tree | 03599801c2ce62b378d0c9869a41aebf6dbaf593 /xextensions | |
parent | c742b3485b64edbd7d1ad41773f8029fe8681e44 (diff) |
Rename the -cvs packages to _cvs, for the ones that already have released version .oe files as well.
BKrev: 40c0e9f4damqgXagd939j2jnINAUBg
Diffstat (limited to 'xextensions')
-rw-r--r-- | xextensions/xextensions-cvs.oe | 18 | ||||
-rw-r--r-- | xextensions/xextensions_cvs.oe | 0 |
2 files changed, 0 insertions, 18 deletions
diff --git a/xextensions/xextensions-cvs.oe b/xextensions/xextensions-cvs.oe deleted file mode 100644 index 2c29514cb0..0000000000 --- a/xextensions/xextensions-cvs.oe +++ /dev/null @@ -1,18 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -PROVIDES = "xextensions" -DESCRIPTION = "various extension headers." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions" -S = "${WORKDIR}/XExtensions" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/xextensions/xextensions_cvs.oe b/xextensions/xextensions_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xextensions/xextensions_cvs.oe |