From: Richard Purdie Date: Wed, 8 Sep 2010 14:55:10 +0000 (+0100) Subject: package.bbclass: Ensure all packages package when running a build X-Git-Tag: yocto-4.0~44271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fac3ca94a235aa4a5bcf12c66a6e02a42b2ce538;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git package.bbclass: Ensure all packages package when running a build Signed-off-by: Richard Purdie --- diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 4951220cbaa..ddd1781c7a5 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass @@ -1101,6 +1101,7 @@ python do_package_setscene () { do_package_write () { : } +do_build[recrdeptask] += "do_package_write" addtask package_write before do_build after do_package EXPORT_FUNCTIONS do_package do_package_write