diff options
Diffstat (limited to 'openembedded/packages/xext')
-rw-r--r-- | openembedded/packages/xext/files/autofoo.patch | 18 | ||||
-rw-r--r-- | openembedded/packages/xext/xext-native_cvs.bb | 4 | ||||
-rw-r--r-- | openembedded/packages/xext/xext_cvs.bb | 15 |
3 files changed, 0 insertions, 37 deletions
diff --git a/openembedded/packages/xext/files/autofoo.patch b/openembedded/packages/xext/files/autofoo.patch deleted file mode 100644 index c00688452..000000000 --- a/openembedded/packages/xext/files/autofoo.patch +++ /dev/null @@ -1,18 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- Xext/configure.ac~autofoo -+++ Xext/configure.ac -@@ -8,9 +8,8 @@ - libXext) - - AC_CONFIG_SRCDIR([Makefile.am]) --AM_INIT_AUTOMAKE([dist-bzip2]) -- - AC_CONFIG_AUX_DIR(.) -+AM_INIT_AUTOMAKE([dist-bzip2]) - - AM_MAINTAINER_MODE - diff --git a/openembedded/packages/xext/xext-native_cvs.bb b/openembedded/packages/xext/xext-native_cvs.bb deleted file mode 100644 index 6be231f15..000000000 --- a/openembedded/packages/xext/xext-native_cvs.bb +++ /dev/null @@ -1,4 +0,0 @@ -SECTION = "unknown" -include xext_${PV}.bb -inherit native -DEPENDS = "x11-native xextensions-native" diff --git a/openembedded/packages/xext/xext_cvs.bb b/openembedded/packages/xext/xext_cvs.bb deleted file mode 100644 index 84ecd349b..000000000 --- a/openembedded/packages/xext/xext_cvs.bb +++ /dev/null @@ -1,15 +0,0 @@ -PV = "0.0+cvs${SRCDATE}" -PR = "r1" -LICENSE= "MIT" -DESCRIPTION = "X Server Extension library" -SECTION = "x11/libs" -PRIORITY = "optional" -DEPENDS = "xproto x11 xextensions" - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" -S = "${WORKDIR}/Xext" - -inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} |