From: Richard Purdie Date: Thu, 13 Apr 2006 13:51:06 +0000 (+0000) Subject: Fix a linux-openzaurus issue and remove ${MACHINE} from IPKG_ARCHS (its added automat... X-Git-Tag: 2011-1~13043 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2da72863e2490642adb7e8bdec2a52c360864903;p=openembedded-core.git 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 --- 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 @@ TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" +IPKG_ARCHS = "all arm armv4 armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" 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" inherit kernel -PACKAGES += "kernel-module-hostap" -RPROVIDES_kernel-module-hostap = "hostap-modules" +RPROVIDES_kernel-image = "hostap-modules" DOSRC = "http://www.do13.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"