diff options
Diffstat (limited to 'xdamage')
-rw-r--r-- | xdamage/xdamage_1.0.1.bb | 0 | ||||
-rw-r--r-- | xdamage/xdamage_1.0.1.oe | 17 | ||||
-rw-r--r-- | xdamage/xdamage_cvs.bb | 0 | ||||
-rw-r--r-- | xdamage/xdamage_cvs.oe | 18 |
4 files changed, 0 insertions, 35 deletions
diff --git a/xdamage/xdamage_1.0.1.bb b/xdamage/xdamage_1.0.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xdamage/xdamage_1.0.1.bb diff --git a/xdamage/xdamage_1.0.1.oe b/xdamage/xdamage_1.0.1.oe deleted file mode 100644 index 0566771015..0000000000 --- a/xdamage/xdamage_1.0.1.oe +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "x11/libs" -DEPENDS = "x11 damageext libxfixes xproto" -DESCRIPTION = "X Damage extension library." - -SRC_URI = "${XLIBS_MIRROR}/libXdamage-${PV}.tar.bz2 \ - file://m4.patch;patch=1" -S = "${WORKDIR}/libXdamage-${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/xdamage/xdamage_cvs.bb b/xdamage/xdamage_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xdamage/xdamage_cvs.bb diff --git a/xdamage/xdamage_cvs.oe b/xdamage/xdamage_cvs.oe deleted file mode 100644 index 836f9bc799..0000000000 --- a/xdamage/xdamage_cvs.oe +++ /dev/null @@ -1,18 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "x11/libs" -DEPENDS = "x11 damageext libxfixes xproto" -DESCRIPTION = "X Damage extension library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \ - file://m4.patch;patch=1" -S = "${WORKDIR}/Xdamage" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |