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 /xproto/xproto-cvs.oe | |
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 'xproto/xproto-cvs.oe')
-rw-r--r-- | xproto/xproto-cvs.oe | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe deleted file mode 100644 index a14254c8ef..0000000000 --- a/xproto/xproto-cvs.oe +++ /dev/null @@ -1,19 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -PROVIDES = "xproto" -DESCRIPTION = "X protocol and ancillary headers." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto" -S = "${WORKDIR}/Xproto" - -inherit autotools pkgconfig - - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |