git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2b607
)
module.bbclass: fix RDEPENDS version syntax
author
Andreas Oberritter
<obi@opendreambox.org>
Fri, 28 Jan 2011 20:12:23 +0000
(20:12 +0000)
committer
Andreas Oberritter
<obi@opendreambox.org>
Fri, 28 Jan 2011 20:16:41 +0000
(20:16 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
classes/module.bbclass
patch
|
blob
|
history
diff --git
a/classes/module.bbclass
b/classes/module.bbclass
index
e41dd6e
..
574eea6
100644
(file)
--- a/
classes/module.bbclass
+++ b/
classes/module.bbclass
@@
-1,4
+1,4
@@
-RDEPENDS_${PN} += "kernel (${KERNEL_VERSION}) update-modules"
+RDEPENDS_${PN} += "kernel (
=
${KERNEL_VERSION}) update-modules"
DEPENDS += "virtual/kernel"
inherit module-base