diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-12-14 22:22:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-14 22:22:49 +0000 |
commit | 8f67da4b8a9a9147e6ec8fd94fc137abb020c86d (patch) | |
tree | 5d3961f7ab60ef9d6fc850f9eba034c96728dd4f /packages/hostap/hostap-utils_0.3.7.bb | |
parent | 6bac47c0b918171fcacc4541c1c3ea71d6f99156 (diff) |
hostap, linuz-oz-2.6: Change hostap-utils/hostap-daemon to depend on virtual/kernel-hostap which can either be provided by external modules or the kernel itself depending on the machine configuration.
Diffstat (limited to 'packages/hostap/hostap-utils_0.3.7.bb')
-rw-r--r-- | packages/hostap/hostap-utils_0.3.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hostap/hostap-utils_0.3.7.bb b/packages/hostap/hostap-utils_0.3.7.bb index 7601129934..cdfb0c1e3e 100644 --- a/packages/hostap/hostap-utils_0.3.7.bb +++ b/packages/hostap/hostap-utils_0.3.7.bb @@ -4,8 +4,8 @@ SECTION = "kernel/userland" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -RDEPENDS = "hostap-modules (${PV})" -PR = "r1" +RDEPENDS = "virtual/kernel-hostap" +PR = "r2" SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ file://hostap-fw-load.patch;patch=1" |