[oe-commits] org.oe.dev image.bbclass: Append to do_rootfs[recrdeptask]

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Sep 1 19:07:35 UTC 2007


image.bbclass: Append to do_rootfs[recrdeptask]

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 2707256dd35f2d3e4680df9bbb8c32f8c714483f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2707256dd35f2d3e4680df9bbb8c32f8c714483f
Files:
1
classes/image.bbclass
Diffs:

#
# mt diff -r6fb8b044a9dbac0239c843c28824de82b1f6518a -r2707256dd35f2d3e4680df9bbb8c32f8c714483f
#
# 
# 
# patch "classes/image.bbclass"
#  from [a24e0b01af61e7bc076253865311194aeabad28b]
#    to [95a9259837f0da14059da200343397588b5b677f]
# 
============================================================
--- classes/image.bbclass	a24e0b01af61e7bc076253865311194aeabad28b
+++ classes/image.bbclass	95a9259837f0da14059da200343397588b5b677f
@@ -8,7 +8,7 @@ export PACKAGE_INSTALL ?= "${IMAGE_INSTA
 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"






More information about the Openembedded-commits mailing list