diff options
Diffstat (limited to 'xext')
-rw-r--r-- | xext/xext-cvs.oe | 19 | ||||
-rw-r--r-- | xext/xext_cvs.oe | 0 |
2 files changed, 0 insertions, 19 deletions
diff --git a/xext/xext-cvs.oe b/xext/xext-cvs.oe deleted file mode 100644 index 33476130a7..0000000000 --- a/xext/xext-cvs.oe +++ /dev/null @@ -1,19 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -DESCRIPTION = "X Server Extension library" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "xproto x11 xextensions" -PROVIDES = "xext" - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" -S = "${WORKDIR}/Xext" - -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/xext/xext_cvs.oe b/xext/xext_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xext/xext_cvs.oe |