diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 15:25:03 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 15:25:03 +0000 |
commit | 98460330f36d2808795549c5a3289645515a326e (patch) | |
tree | 49d87a581e99bbd8b0f56155fabb8f55068867c0 | |
parent | 6de1eeaa11c2cc82aede83aaf00c13692e5f40f6 (diff) | |
download | openembedded-core-98460330f36d2808795549c5a3289645515a326e.tar.gz openembedded-core-98460330f36d2808795549c5a3289645515a326e.tar.bz2 openembedded-core-98460330f36d2808795549c5a3289645515a326e.zip |
hostap-conf: depend on update-modules
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2977 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/hostap/hostap-conf_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/hostap/hostap-conf_1.0.bb b/meta/packages/hostap/hostap-conf_1.0.bb index dc40be49d7..e0909dde3f 100644 --- a/meta/packages/hostap/hostap-conf_1.0.bb +++ b/meta/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 \ |