diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-18 18:26:10 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-18 18:26:10 +0000 |
commit | 6e65f76c3d5946817e285b93d73d6475c7f0da42 (patch) | |
tree | ab5658fad93e10cc7f5b7491b57f2c938d575edf /packages/orinoco/orinoco-modules_cvs.bb | |
parent | c4b744dbb34a1d8c5b0d9ab5f52d387366cad69e (diff) |
apmd|hostap|orinoco: move the fix for bug 3664 into a separate package
* the package is RRECOMMENDS and should be installed automatically, but can
be removed if one so desires
* reorder some fields according to StyleGuide
* bump PR
Diffstat (limited to 'packages/orinoco/orinoco-modules_cvs.bb')
-rw-r--r-- | packages/orinoco/orinoco-modules_cvs.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/orinoco/orinoco-modules_cvs.bb b/packages/orinoco/orinoco-modules_cvs.bb index 78bfd2ce0f..6cbb7eb8f6 100644 --- a/packages/orinoco/orinoco-modules_cvs.bb +++ b/packages/orinoco/orinoco-modules_cvs.bb @@ -1,8 +1,9 @@ require orinoco-modules.inc DEPENDS = "orinoco-conf spectrum-fw" -RDEPENDS = "orinoco-conf" -PR = "r2" +RDEPENDS += "orinoco-conf" +RDEPENDS_orinoco-modules-cs = "orinoco-modules spectrum-fw" +PR = "r3" PARALLEL_MAKE = "" EXTRA_OEMAKE = 'KERNEL_SRC="${KERNEL_STAGING_DIR}"' @@ -20,4 +21,3 @@ do_install() { } FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}" -RDEPENDS_orinoco-modules-cs = "orinoco-modules spectrum-fw" |