diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-13 10:34:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-13 10:34:01 +0000 |
commit | 3054d2a3033fc18ee74fa06001b5da61cac5a9cb (patch) | |
tree | 532d3045dd4444be151deca784ab3635fdcd1d3f /packages/linux/linux-openzaurus.inc | |
parent | 23bdc75922b721f34a41ce4f91d74a2148630972 (diff) |
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
Diffstat (limited to 'packages/linux/linux-openzaurus.inc')
-rw-r--r-- | packages/linux/linux-openzaurus.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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" |