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 /xau | |
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 'xau')
-rw-r--r-- | xau/files/autofoo.patch | 21 | ||||
-rw-r--r-- | xau/xau-native_0.1.1.bb | 5 | ||||
-rw-r--r-- | xau/xau-native_cvs.bb | 5 | ||||
-rw-r--r-- | xau/xau_0.1.1.bb | 0 | ||||
-rw-r--r-- | xau/xau_cvs.bb | 0 |
5 files changed, 0 insertions, 31 deletions
diff --git a/xau/files/autofoo.patch b/xau/files/autofoo.patch deleted file mode 100644 index 1e42eb974d..0000000000 --- a/xau/files/autofoo.patch +++ /dev/null @@ -1,21 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- libXau-0.1.1/configure.ac~autofoo -+++ libXau-0.1.1/configure.ac -@@ -25,11 +25,10 @@ - - AC_PREREQ([2.57]) - AC_INIT(libXau, [0.1.1], [keithp@keithp.com],libXau) --AM_INIT_AUTOMAKE([dist-bzip2]) --AM_MAINTAINER_MODE -- - AM_CONFIG_HEADER(config.h) - AC_CONFIG_AUX_DIR(.) -+AM_INIT_AUTOMAKE([dist-bzip2]) -+AM_MAINTAINER_MODE - - AC_PROG_CC - AC_PROG_INSTALL diff --git a/xau/xau-native_0.1.1.bb b/xau/xau-native_0.1.1.bb deleted file mode 100644 index 251749dc45..0000000000 --- a/xau/xau-native_0.1.1.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "x11/base" -include xau_${PV}.bb -inherit native -DEPENDS = "xproto-native" -PROVIDES = "" diff --git a/xau/xau-native_cvs.bb b/xau/xau-native_cvs.bb deleted file mode 100644 index 8c8bbb4dd1..0000000000 --- a/xau/xau-native_cvs.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "x11/base" -include xau_cvs.bb -inherit native -DEPENDS = "xproto-native" -PROVIDES = "" diff --git a/xau/xau_0.1.1.bb b/xau/xau_0.1.1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/xau/xau_0.1.1.bb +++ /dev/null diff --git a/xau/xau_cvs.bb b/xau/xau_cvs.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/xau/xau_cvs.bb +++ /dev/null |