[oe-commits] Frans Meulenbroeks : module.bbclass: RDEPENDS -> RDEPENDS_${PN}

git version control git at git.openembedded.org
Fri Oct 8 21:04:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 711204ea10109964bcb04fdf69dc8d1d9d6200c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=711204ea10109964bcb04fdf69dc8d1d9d6200c4

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Oct  8 22:36:12 2010 +0200

module.bbclass: RDEPENDS -> RDEPENDS_${PN}

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 classes/module.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/module.bbclass b/classes/module.bbclass
index 83463ac..0e0018e 100644
--- a/classes/module.bbclass
+++ b/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





More information about the Openembedded-commits mailing list