summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-02 09:47:41 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-02 09:47:41 +0000
commit47ea9ba7123790f95d535d657809a6027fd400e4 (patch)
tree0ebf5b74eb44d4caabcfc11db630183feeee7cca /meta/classes/image.bbclass
parent733dc27ecf485a0ec5318534dfbbc9491c08df8f (diff)
downloadopenembedded-core-contrib-47ea9ba7123790f95d535d657809a6027fd400e4.tar.gz
image.bbclass: Allow partial backwards compatibility
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2646 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 40402921cf..04e26e4b35 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -2,10 +2,10 @@ inherit rootfs_${IMAGE_PKGTYPE}
LICENSE = "MIT"
PACKAGES = ""
-RDEPENDS = "${IMAGE_INSTALL}"
+RDEPENDS += "${IMAGE_INSTALL}"
-export IMAGE_BASENAME = "${PN}"
-export PACKAGE_INSTALL = "${IMAGE_INSTALL}"
+export IMAGE_BASENAME ?= "${PN}"
+export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
do_rootfs[recrdeptask] += "do_deploy do_populate_staging"