diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 09:29:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 09:29:50 +0000 |
commit | d9c7d747c84dcd014265b2bfda3622ae7975730f (patch) | |
tree | e45f514932bf27ccd67c85b2ea9202792d49d594 | |
parent | e287840babfb3ad53bc80584bf55e665102dc862 (diff) |
hostap-utils: removed rrecommending hostap-modules
- most of our target devices run kernels newer then 2.6.14 so they have
hostap modules from kernel as kernel-module-hostap*
- hostap modules and utils are now both added into dependency of task-base
for machines with pcmcia or pci feature
-rw-r--r-- | packages/hostap/hostap-utils.inc | 3 | ||||
-rw-r--r-- | packages/hostap/hostap-utils_0.3.7.bb | 2 | ||||
-rw-r--r-- | packages/hostap/hostap-utils_0.4.0.bb | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/packages/hostap/hostap-utils.inc b/packages/hostap/hostap-utils.inc index c039aba9dc..2e1897c9ba 100644 --- a/packages/hostap/hostap-utils.inc +++ b/packages/hostap/hostap-utils.inc @@ -3,8 +3,7 @@ HOMEPAGE = "http://hostap.epitest.fi" SECTION = "kernel/userland" PRIORITY = "optional" LICENSE = "GPL" -RRECOMMENDS = "hostap-modules" -PR = "r3" +PR = "r4" SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ file://hostap-fw-load.patch;patch=1" diff --git a/packages/hostap/hostap-utils_0.3.7.bb b/packages/hostap/hostap-utils_0.3.7.bb index abfcf53663..9fe362b19f 100644 --- a/packages/hostap/hostap-utils_0.3.7.bb +++ b/packages/hostap/hostap-utils_0.3.7.bb @@ -1,3 +1 @@ require hostap-utils.inc - -PR = "r3" diff --git a/packages/hostap/hostap-utils_0.4.0.bb b/packages/hostap/hostap-utils_0.4.0.bb index abfcf53663..9fe362b19f 100644 --- a/packages/hostap/hostap-utils_0.4.0.bb +++ b/packages/hostap/hostap-utils_0.4.0.bb @@ -1,3 +1 @@ require hostap-utils.inc - -PR = "r3" |