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:
711204e
)
image.bbclass: revert the RDEPENDS change
author
Chris Larson
<chris_larson@mentor.com>
Sat, 9 Oct 2010 00:17:01 +0000
(17:17 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Sat, 9 Oct 2010 00:17:03 +0000
(17:17 -0700)
Image recipes don't emit packages, so it doesn't make any sense to make the
RDEPENDS package specific.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
49924d7
..
2105195
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-29,7
+29,7
@@
${IMAGE_DEV_MANAGER} \
${IMAGE_INIT_MANAGER} \
${IMAGE_LOGIN_MANAGER} "
-RDEPENDS
_${PN}
+= "${IMAGE_INSTALL} ${IMAGE_BOOT}"
+RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
# "export IMAGE_BASENAME" not supported at this time
IMAGE_BASENAME[export] = "1"