From 3054d2a3033fc18ee74fa06001b5da61cac5a9cb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 13 Apr 2006 10:34:01 +0000 Subject: [PATCH] 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 --- packages/linux/linux-openzaurus.inc | 3 +-- 1 file changed, 1 insertion(+), 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" -- 2.39.5