diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-01 17:07:36 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-01 17:07:36 +0000 |
commit | 5d6952960f72d834c5f350055a2a07ed4d98ef84 (patch) | |
tree | c26363ca3fbb1f625515b877babaf19ca404564d /classes | |
parent | c2ac91ada421a7af725524bb42024249d82c64a5 (diff) |
image.bbclass: Append to do_rootfs[recrdeptask]
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index c1eaf9ffe2..04e26e4b35 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -8,7 +8,7 @@ export IMAGE_BASENAME ?= "${PN}" export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" # We need to recursively follow RDEPENDS and RRECOMMENDS for images -do_rootfs[recrdeptask] = "do_package_write do_deploy do_populate_staging" +do_rootfs[recrdeptask] += "do_deploy do_populate_staging" # Images are generally built explicitly, do not need to be part of world. EXCLUDE_FROM_WORLD = "1" |