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:
69d8a68
)
mage.bbclass: RDEPENDS -> RDEPENDS_${PN}
author
Frans Meulenbroeks
<fransmeulenbroeks@gmail.com>
Wed, 6 Oct 2010 11:08:59 +0000
(11:08 +0000)
committer
Frans Meulenbroeks
<fransmeulenbroeks@gmail.com>
Fri, 8 Oct 2010 09:46:58 +0000
(11:46 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
2105195
..
49924d7
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-29,7
+29,7
@@
${IMAGE_DEV_MANAGER} \
${IMAGE_INIT_MANAGER} \
${IMAGE_LOGIN_MANAGER} "
-RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
+RDEPENDS
_${PN}
+= "${IMAGE_INSTALL} ${IMAGE_BOOT}"
# "export IMAGE_BASENAME" not supported at this time
IMAGE_BASENAME[export] = "1"