image.bbclass: apply package renaming to optional
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 00:18:55 +0000 (17:18 -0700)
committerChris 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

index 2105195..d1e84f9 100644 (file)
@@ -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)
 }
 
 #