From: Richard Purdie Date: Thu, 13 Apr 2006 10:34:01 +0000 (+0000) Subject: linux-openzaurus: It appears we can't set runtime variables for dynamic packages... X-Git-Tag: Release-2010-05/1~9453^2~2039^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3054d2a3033fc18ee74fa06001b5da61cac5a9cb;p=openembedded.git linux-openzaurus: It appears we can't set runtime variables for dynamic packages (or at least not include their names in PACKAGES). Change to work around this for now --- diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index bc4b35514f..eabdc28220 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/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"