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:
b0edd67
)
image.bbclass: apply package renaming to optional
author
Chris Larson
<chris_larson@mentor.com>
Sat, 9 Oct 2010 00:18:55 +0000
(17:18 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Sun, 10 Oct 2010 01:28:01 +0000
(18:28 -0700)
Runs runtime_mapping_rename against PACKAGE_INSTALL_ATTEMPTONLY, which has
packages we'd like to install, but which are optional.
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
2105195
..
d1e84f9
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-61,6
+61,7
@@
python () {
bb.data.setVarFlag('do_rootfs', 'depends', deps, d)
runtime_mapping_rename("PACKAGE_INSTALL", d)
+ runtime_mapping_rename("PACKAGE_INSTALL_ATTEMPTONLY", d)
}
#