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:
28c3bcd
)
image.bbclass: use PACKAGE_INSTALL in RDEPENDS
author
Chris Larson
<chris_larson@mentor.com>
Sat, 9 Oct 2010 01:10:57 +0000
(18:10 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Sun, 10 Oct 2010 01:28:01 +0000
(18:28 -0700)
Don't Repeat Yourself.
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
d1e84f9
..
97da440
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 += "${
PACKAGE_INSTALL
}"
# "export IMAGE_BASENAME" not supported at this time
IMAGE_BASENAME[export] = "1"