aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-08 17:18:55 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-09 18:28:01 -0700
commit28c3bcd49b5729e1d1a9b609edb27c35cf219b3a (patch)
tree02317af74c876d92a7ec4faf2f241961479cb0e0 /classes/image.bbclass
parentb0edd6725d289730c5fca49ea28a644b9186493c (diff)
downloadopenembedded-28c3bcd49b5729e1d1a9b609edb27c35cf219b3a.tar.gz
image.bbclass: apply package renaming to optional
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>
Diffstat (limited to 'classes/image.bbclass')
-rw-r--r--classes/image.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass
index 2105195003..d1e84f9e8e 100644
--- 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)
}
#