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 /xtrans | |
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 'xtrans')
-rw-r--r-- | xtrans/xtrans-cvs.oe | 20 | ||||
-rw-r--r-- | xtrans/xtrans_cvs.oe | 0 |
2 files changed, 0 insertions, 20 deletions
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe deleted file mode 100644 index ca3c9edce0..0000000000 --- a/xtrans/xtrans-cvs.oe +++ /dev/null @@ -1,20 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -PROVIDES = "xtrans" -DESCRIPTION = "network API translation layer to \ -insulate X applications and libraries from OS \ -network vageries." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans" -S = "${WORKDIR}/xtrans" - -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/xtrans/xtrans_cvs.oe b/xtrans/xtrans_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xtrans/xtrans_cvs.oe |