summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-04-13 13:51:06 +0000
committerRichard Purdie <richard@openedhand.com>2006-04-13 13:51:06 +0000
commit2da72863e2490642adb7e8bdec2a52c360864903 (patch)
treeed0652b5222246141d6c13e935f4adb4da5258c9
parent992b477aa01733bbdcfa115203cecc04b5e9ae2a (diff)
downloadpoky-2da72863e2490642adb7e8bdec2a52c360864903.tar.gz
Fix a linux-openzaurus issue and remove ${MACHINE} from IPKG_ARCHS (its added automatically)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@352 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/conf/machine/include/zaurus-clamshell.conf2
-rw-r--r--openembedded/packages/linux/linux-openzaurus.inc3
2 files changed, 2 insertions, 3 deletions
diff --git a/openembedded/conf/machine/include/zaurus-clamshell.conf b/openembedded/conf/machine/include/zaurus-clamshell.conf
index 2a174288b1..e437a64609 100644
--- a/openembedded/conf/machine/include/zaurus-clamshell.conf
+++ b/openembedded/conf/machine/include/zaurus-clamshell.conf
@@ -1,5 +1,5 @@
1TARGET_ARCH = "arm" 1TARGET_ARCH = "arm"
2IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" 2IPKG_ARCHS = "all arm armv4 armv5te"
3 3
4PREFERRED_PROVIDER_xserver = "xserver-kdrive" 4PREFERRED_PROVIDER_xserver = "xserver-kdrive"
5 5
diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc
index bc4b35514f..bd77b036a5 100644
--- a/openembedded/packages/linux/linux-openzaurus.inc
+++ b/openembedded/packages/linux/linux-openzaurus.inc
@@ -5,8 +5,7 @@ LICENSE = "GPL"
5 5
6inherit kernel 6inherit kernel
7 7
8PACKAGES += "kernel-module-hostap" 8RPROVIDES_kernel-image = "hostap-modules"
9RPROVIDES_kernel-module-hostap = "hostap-modules"
10 9
11DOSRC = "http://www.do13.de/openzaurus/patches" 10DOSRC = "http://www.do13.de/openzaurus/patches"
12RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" 11RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"