From: Chris Larson Date: Sat, 9 Oct 2010 00:18:55 +0000 (-0700) Subject: image.bbclass: apply package renaming to optional X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c3bcd49b5729e1d1a9b609edb27c35cf219b3a;p=openembedded.git 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 --- 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) } #