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