]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: Remove uneeded do_populate_sysroot requirement for images
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Mar 2011 23:55:21 +0000 (00:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2011 13:00:47 +0000 (14:00 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass

index 7b1f65cf048c465d87dc1cb6d2b0d93ee44c8aca..ccc4de48e11549df4c440122ff61b9bea358c645 100644 (file)
@@ -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"