summaryrefslogtreecommitdiff
path: root/openembedded/packages/libxfixes
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/libxfixes')
-rw-r--r--openembedded/packages/libxfixes/files/autofoo.patch20
-rw-r--r--openembedded/packages/libxfixes/libxfixes_2.0.1.bb15
-rw-r--r--openembedded/packages/libxfixes/libxfixes_cvs.bb14
3 files changed, 0 insertions, 49 deletions
diff --git a/openembedded/packages/libxfixes/files/autofoo.patch b/openembedded/packages/libxfixes/files/autofoo.patch
deleted file mode 100644
index 26803cf7f..000000000
--- a/openembedded/packages/libxfixes/files/autofoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- libXfixes-2.0.1/configure.ac~autofoo 2004-01-15 03:40:23.000000000 -0500
-+++ libXfixes-2.0.1/configure.ac 2005-01-18 13:35:33.461221360 -0500
-@@ -33,11 +33,11 @@
- dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n
- dnl
- AC_INIT(libXfixes, 2.0.1, [keithp@keithp.com], libXfixes)
-+AC_CONFIG_AUX_DIR(.)
- AM_INIT_AUTOMAKE([dist-bzip2])
- AM_MAINTAINER_MODE
-
- AM_CONFIG_HEADER(config.h)
--AC_CONFIG_AUX_DIR(.)
-
- # Check for progs
- AC_PROG_CC
diff --git a/openembedded/packages/libxfixes/libxfixes_2.0.1.bb b/openembedded/packages/libxfixes/libxfixes_2.0.1.bb
deleted file mode 100644
index 29e23e379..000000000
--- a/openembedded/packages/libxfixes/libxfixes_2.0.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "x11/libs"
-LICENSE= "BSD-X"
-DEPENDS = "x11 fixesext"
-DESCRIPTION = "X Fixes extension library."
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libXfixes-${PV}.tar.bz2 \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/libXfixes-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
diff --git a/openembedded/packages/libxfixes/libxfixes_cvs.bb b/openembedded/packages/libxfixes/libxfixes_cvs.bb
deleted file mode 100644
index 6a9ae6194..000000000
--- a/openembedded/packages/libxfixes/libxfixes_cvs.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-PV = "0.0+cvs${SRCDATE}"
-LICENSE= "BSD-X"
-SECTION = "x11/libs"
-DEPENDS = "x11 fixesext"
-DESCRIPTION = "X Fixes extension library."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes"
-S = "${WORKDIR}/Xfixes"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}