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 /x11 | |
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 'x11')
-rw-r--r-- | x11/x11-cvs.oe | 36 | ||||
-rw-r--r-- | x11/x11_cvs.oe | 0 |
2 files changed, 0 insertions, 36 deletions
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe deleted file mode 100644 index d6ee85fe45..0000000000 --- a/x11/x11-cvs.oe +++ /dev/null @@ -1,36 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "xproto xextensions xau xtrans xdmcp" -PROVIDES = "x11" -DESCRIPTION = "Base X libs." -FILES_${PN}_append = " ${datadir}/X11" - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11" -S = "${WORKDIR}/X11" - -inherit autotools pkgconfig - -do_compile() { - ( - unset CC LD CXX CCLD -# unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS - oe_runmake -C src/util 'CFLAGS=' 'LDFLAGS=' 'CXXFLAGS=' 'CPPFLAGS=' makekeys - ) - oe_runmake -} - -do_stage() { - install -c -m 644 include/X11/XKBlib.h ${STAGING_INCDIR}/X11/XKBlib.h - install -c -m 644 include/X11/Xcms.h ${STAGING_INCDIR}/X11/Xcms.h - install -c -m 644 include/X11/Xlib.h ${STAGING_INCDIR}/X11/Xlib.h - install -c -m 644 include/X11/Xlibint.h ${STAGING_INCDIR}/X11/Xlibint.h - install -c -m 644 include/X11/Xlocale.h ${STAGING_INCDIR}/X11/Xlocale.h - install -c -m 644 include/X11/Xresource.h ${STAGING_INCDIR}/X11/Xresource.h - install -c -m 644 include/X11/Xutil.h ${STAGING_INCDIR}/X11/Xutil.h - install -c -m 644 include/X11/cursorfont.h ${STAGING_INCDIR}/X11/cursorfont.h - install -c -m 644 include/X11/region.h ${STAGING_INCDIR}/X11/region.h - - oe_libinstall -a -so -C src libX11 ${STAGING_LIBDIR} -} diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/x11/x11_cvs.oe |