Skip to content

Commit

Permalink
module.bbclass: RDEPENDS -> RDEPENDS_${PN}
Browse files Browse the repository at this point in the history
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
  • Loading branch information
Frans Meulenbroeks committed Oct 8, 2010
1 parent f5080f0 commit 711204e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/module.bbclass
@@ -1,4 +1,4 @@
RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
RDEPENDS_${PN} += "kernel (${KERNEL_VERSION}) update-modules"
DEPENDS += "virtual/kernel"

inherit module-base
Expand Down

0 comments on commit 711204e

Please sign in to comment.