diff options
Diffstat (limited to 'libxv/libxv_2.2.2+cvs20040918.oe')
-rw-r--r-- | libxv/libxv_2.2.2+cvs20040918.oe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libxv/libxv_2.2.2+cvs20040918.oe b/libxv/libxv_2.2.2+cvs20040918.oe deleted file mode 100644 index e4f9789256..0000000000 --- a/libxv/libxv_2.2.2+cvs20040918.oe +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE = GPL -SECTION = "x11/libs" -DEPENDS = "x11 xext" -DESCRIPTION = "X Video extension library." - -SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=Xv;date=20040918;method=pserver" -S = "${WORKDIR}/Xv" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - mandir=${STAGING_DATADIR}/man -} |