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 /compositeext | |
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 'compositeext')
-rw-r--r-- | compositeext/compositeext-cvs.oe | 19 | ||||
-rw-r--r-- | compositeext/compositeext_cvs.oe | 0 |
2 files changed, 0 insertions, 19 deletions
diff --git a/compositeext/compositeext-cvs.oe b/compositeext/compositeext-cvs.oe deleted file mode 100644 index cf7a3ccb6a..0000000000 --- a/compositeext/compositeext-cvs.oe +++ /dev/null @@ -1,19 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "xextensions fixesext" -PROVIDES = "compositeext" -DESCRIPTION = "X Composite extension headers and specification" - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt" -S = "${WORKDIR}/CompositeExt" - -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/compositeext/compositeext_cvs.oe b/compositeext/compositeext_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/compositeext/compositeext_cvs.oe |