From 8b535a61b5f237405b6b72b3cbb5cae0ff1e317b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 25 Oct 2007 15:25:56 +0000 Subject: module.bbclass: RDEPEND on update-modules (from Poky) --- classes/module.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/module.bbclass b/classes/module.bbclass index 7eac001ec4..7083076b5f 100644 --- a/classes/module.bbclass +++ b/classes/module.bbclass @@ -1,4 +1,4 @@ -RDEPENDS += "kernel (${KERNEL_VERSION})" +RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" DEPENDS += "virtual/kernel" inherit module-base -- cgit v1.2.3 From f82c650ffa36d10fff6d231e4139e16a588df8b2 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 25 Oct 2007 15:59:00 +0000 Subject: hostap-conf: depend on update-modules (from Poky) --- packages/hostap/hostap-conf_1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/hostap/hostap-conf_1.0.bb b/packages/hostap/hostap-conf_1.0.bb index dc40be49d7..e0909dde3f 100644 --- a/packages/hostap/hostap-conf_1.0.bb +++ b/packages/hostap/hostap-conf_1.0.bb @@ -2,8 +2,9 @@ DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Int SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "GPL" +RDEPENDS = "update-modules" PACKAGE_ARCH = "all" -PR = "r8" +PR = "r9" SRC_URI = "file://hostap_cs.conf \ file://hostap_cs.modalias \ -- cgit v1.2.3 From 3f09a0e0a772591f37599d725190bb3b0b09a356 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 25 Oct 2007 16:06:54 +0000 Subject: orinoco-conf: call update-modules to populate information from /etc/modutils --- packages/orinoco/orinoco-conf_1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/orinoco/orinoco-conf_1.0.bb b/packages/orinoco/orinoco-conf_1.0.bb index 97b860f2cf..0062e870a6 100644 --- a/packages/orinoco/orinoco-conf_1.0.bb +++ b/packages/orinoco/orinoco-conf_1.0.bb @@ -2,8 +2,9 @@ DESCRIPTION = "PCMCIA-cs configuration files for Hermes (Orinoco) wireless LAN c SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "GPL" +RDEPENDS = "update-modules" PACKAGE_ARCH = "all" -PR = "r2" +PR = "r3" SRC_URI = "file://spectrum.conf \ file://hermes.conf \ -- cgit v1.2.3