[oe-commits] Chris Larson : image.bbclass: don't export PACKAGE_INSTALL

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


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Oct  8 19:49:52 2010 -0700

image.bbclass: don't export PACKAGE_INSTALL

It doesn't need to be exported, as the rootfs classes use the bitbake variable
directly, not the shell variable created from it.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

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

diff --git a/classes/image.bbclass b/classes/image.bbclass
index 9dda990..4e361c7 100644
--- a/classes/image.bbclass
+++ b/classes/image.bbclass
@@ -41,7 +41,7 @@ RDEPENDS += "${PACKAGE_INSTALL}"
 
 # "export IMAGE_BASENAME" not supported at this time
 IMAGE_BASENAME[export] = "1"
-export PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${IMAGE_BOOT} ${LINGUAS_INSTALL}"
+PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${IMAGE_BOOT} ${LINGUAS_INSTALL}"
 
 # We need to recursively follow RDEPENDS and RRECOMMENDS for images
 do_rootfs[recrdeptask] += "do_deploy do_populate_sysroot"





More information about the Openembedded-commits mailing list