summaryrefslogtreecommitdiff
path: root/packages/xext
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-01 17:59:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-01 17:59:53 +0000
commit34db4ff998f2ca4831b0213f7d9eba9a81af2a90 (patch)
tree77e5cbbff4c8d0cbd52c6fe1a6915ae17875b1bb /packages/xext
parentce789dd71ea9a3654986177a5ccdd9fec544a630 (diff)
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/xext')
-rw-r--r--packages/xext/.mtn2git_empty0
-rw-r--r--packages/xext/files/.mtn2git_empty0
-rw-r--r--packages/xext/files/autofoo.patch18
-rw-r--r--packages/xext/xext-native_cvs.bb4
-rw-r--r--packages/xext/xext_cvs.bb15
5 files changed, 0 insertions, 37 deletions
diff --git a/packages/xext/.mtn2git_empty b/packages/xext/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/xext/.mtn2git_empty
+++ /dev/null
diff --git a/packages/xext/files/.mtn2git_empty b/packages/xext/files/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/xext/files/.mtn2git_empty
+++ /dev/null
diff --git a/packages/xext/files/autofoo.patch b/packages/xext/files/autofoo.patch
deleted file mode 100644
index c006884526..0000000000
--- a/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/packages/xext/xext-native_cvs.bb b/packages/xext/xext-native_cvs.bb
deleted file mode 100644
index 6be231f154..0000000000
--- a/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/packages/xext/xext_cvs.bb b/packages/xext/xext_cvs.bb
deleted file mode 100644
index 4ea5061264..0000000000
--- a/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 = "${FREEDESKTOP_CVS}/xlibs;module=Xext"
-S = "${WORKDIR}/Xext"
-
-inherit autotools pkgconfig
-do_stage() {
- autotools_stage_all
-}