diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /x11 | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'x11')
-rw-r--r-- | x11/diet-x11_6.2.1.bb | 4 | ||||
-rw-r--r-- | x11/diet-x11_cvs.bb | 4 | ||||
-rw-r--r-- | x11/files/autofoo.patch | 22 | ||||
-rw-r--r-- | x11/x11-native_6.2.1.bb | 5 | ||||
-rw-r--r-- | x11/x11-native_cvs.bb | 5 | ||||
-rw-r--r-- | x11/x11_6.2.1.bb | 0 | ||||
-rw-r--r-- | x11/x11_cvs.bb | 0 |
7 files changed, 0 insertions, 40 deletions
diff --git a/x11/diet-x11_6.2.1.bb b/x11/diet-x11_6.2.1.bb deleted file mode 100644 index 60aaa28f38..0000000000 --- a/x11/diet-x11_6.2.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -SECTION = "x11/base" -include x11_${PV}.bb - -EXTRA_OECONF = "--disable-xcms --disable-xlocale --disable-xkb" diff --git a/x11/diet-x11_cvs.bb b/x11/diet-x11_cvs.bb deleted file mode 100644 index b820fae8b2..0000000000 --- a/x11/diet-x11_cvs.bb +++ /dev/null @@ -1,4 +0,0 @@ -SECTION = "x11/base" -include x11_cvs.bb - -EXTRA_OECONF = "--disable-xcms --disable-xlocale --disable-xkb" diff --git a/x11/files/autofoo.patch b/x11/files/autofoo.patch deleted file mode 100644 index 8bdba09768..0000000000 --- a/x11/files/autofoo.patch +++ /dev/null @@ -1,22 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- libX11-6.2.1/configure.ac~autofoo -+++ libX11-6.2.1/configure.ac -@@ -7,12 +7,12 @@ - [jg@freedesktop.org], - libX11) - AC_CONFIG_SRCDIR([Makefile.am]) --AM_INIT_AUTOMAKE([dist-bzip2]) -+AC_CONFIG_AUX_DIR(.) - -+AM_INIT_AUTOMAKE([dist-bzip2]) - AM_MAINTAINER_MODE - - AM_CONFIG_HEADER([src/config.h]) --AC_CONFIG_AUX_DIR(.) - - # Checks for programs. - AC_PROG_LIBTOOL diff --git a/x11/x11-native_6.2.1.bb b/x11/x11-native_6.2.1.bb deleted file mode 100644 index cb44531b87..0000000000 --- a/x11/x11-native_6.2.1.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "x11/base" -include x11_${PV}.bb -inherit native -DEPENDS = "xproto-native xextensions-native xau-native xtrans-native libxdmcp-native" -PROVIDES = "" diff --git a/x11/x11-native_cvs.bb b/x11/x11-native_cvs.bb deleted file mode 100644 index 30a31ebf9b..0000000000 --- a/x11/x11-native_cvs.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "x11/base" -include x11_cvs.bb -inherit native -DEPENDS = "xproto-native xextensions-native xau-native xtrans-native libxdmcp-native" -PROVIDES = "" diff --git a/x11/x11_6.2.1.bb b/x11/x11_6.2.1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/x11/x11_6.2.1.bb +++ /dev/null diff --git a/x11/x11_cvs.bb b/x11/x11_cvs.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/x11/x11_cvs.bb +++ /dev/null |