diff options
Diffstat (limited to 'xcomposite')
-rw-r--r-- | xcomposite/xcomposite_1.0.1.bb | 0 | ||||
-rw-r--r-- | xcomposite/xcomposite_1.0.1.oe | 16 | ||||
-rw-r--r-- | xcomposite/xcomposite_cvs.bb | 0 | ||||
-rw-r--r-- | xcomposite/xcomposite_cvs.oe | 17 |
4 files changed, 0 insertions, 33 deletions
diff --git a/xcomposite/xcomposite_1.0.1.bb b/xcomposite/xcomposite_1.0.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xcomposite/xcomposite_1.0.1.bb diff --git a/xcomposite/xcomposite_1.0.1.oe b/xcomposite/xcomposite_1.0.1.oe deleted file mode 100644 index dc2157b2ce..0000000000 --- a/xcomposite/xcomposite_1.0.1.oe +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "x11/libs" -DEPENDS = "x11 compositeext xextensions libxfixes" -DESCRIPTION = "X Composite extension library." - -SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2" -S = "${WORKDIR}/libXcomposite-${PV}" - -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/xcomposite/xcomposite_cvs.bb b/xcomposite/xcomposite_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xcomposite/xcomposite_cvs.bb diff --git a/xcomposite/xcomposite_cvs.oe b/xcomposite/xcomposite_cvs.oe deleted file mode 100644 index b93eecca98..0000000000 --- a/xcomposite/xcomposite_cvs.oe +++ /dev/null @@ -1,17 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "x11/libs" -DEPENDS = "x11 compositeext xextensions libxfixes" -DESCRIPTION = "X Composite extension library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite" -S = "${WORKDIR}/Xcomposite" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |