diff options
author | Richard Purdie <richard@openedhand.com> | 2006-04-13 13:51:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-04-13 13:51:06 +0000 |
commit | 2da72863e2490642adb7e8bdec2a52c360864903 (patch) | |
tree | ed0652b5222246141d6c13e935f4adb4da5258c9 /openembedded/conf/machine/include | |
parent | 992b477aa01733bbdcfa115203cecc04b5e9ae2a (diff) | |
download | openembedded-core-2da72863e2490642adb7e8bdec2a52c360864903.tar.gz openembedded-core-2da72863e2490642adb7e8bdec2a52c360864903.tar.bz2 openembedded-core-2da72863e2490642adb7e8bdec2a52c360864903.tar.xz openembedded-core-2da72863e2490642adb7e8bdec2a52c360864903.zip |
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
Diffstat (limited to 'openembedded/conf/machine/include')
-rw-r--r-- | openembedded/conf/machine/include/zaurus-clamshell.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/conf/machine/include/zaurus-clamshell.conf b/openembedded/conf/machine/include/zaurus-clamshell.conf index 2a174288b..e437a6460 100644 --- a/openembedded/conf/machine/include/zaurus-clamshell.conf +++ b/openembedded/conf/machine/include/zaurus-clamshell.conf @@ -1,5 +1,5 @@ TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" +IPKG_ARCHS = "all arm armv4 armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |