[oe-commits] Chris Larson : image.bbclass: apply package renaming to optional

git version control git at git.openembedded.org
Sun Oct 10 04:30:57 UTC 2010


Module: openembedded.git
Branch: master
Commit: 28c3bcd49b5729e1d1a9b609edb27c35cf219b3a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=28c3bcd49b5729e1d1a9b609edb27c35cf219b3a

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Oct  8 17:18:55 2010 -0700

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 at mentor.com>

---

 classes/image.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/image.bbclass b/classes/image.bbclass
index 2105195..d1e84f9 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)
 }
 
 #





More information about the Openembedded-commits mailing list