summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 00:55:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 14:00:47 +0100
commit68d19cc52869d7732fac0d185be811bc38334970 (patch)
tree2980223ea1aae24b91147ef452e545efb22789e4 /meta/classes/image.bbclass
parentc7ab6c5697b5ab18848576ffd0b5cc8e5f89de01 (diff)
downloadopenembedded-core-68d19cc52869d7732fac0d185be811bc38334970.tar.gz
image.bbclass: Remove uneeded do_populate_sysroot requirement for images
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 7b1f65cf04..ccc4de48e1 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -14,9 +14,6 @@ IMAGE_BASENAME[export] = "1"
export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
PACKAGE_INSTALL_ATTEMPTONLY ?= ""
-# We need to recursively follow RDEPENDS and RRECOMMENDS for images
-do_rootfs[recrdeptask] += "do_populate_sysroot"
-
# Images are generally built explicitly, do not need to be part of world.
EXCLUDE_FROM_WORLD = "1"