From: Rod Whitby Date: Thu, 8 Mar 2007 21:04:13 +0000 (+0000) Subject: u-boot-mkimage-gta01-native: Fixed ordering of do_deploy in relation to rm_work. X-Git-Tag: Release-2010-05/1~8868^2~1099^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9230a1f1965b538817f7a267cdf6046fe7d397ef;p=openembedded.git u-boot-mkimage-gta01-native: Fixed ordering of do_deploy in relation to rm_work. --- diff --git a/packages/uboot/u-boot-mkimage-gta01-native_svn.bb b/packages/uboot/u-boot-mkimage-gta01-native_svn.bb index ad98bea30e..c93507fdd0 100644 --- a/packages/uboot/u-boot-mkimage-gta01-native_svn.bb +++ b/packages/uboot/u-boot-mkimage-gta01-native_svn.bb @@ -15,4 +15,4 @@ do_deploy () { } do_deploy[dirs] = "${S}" -addtask deploy before do_build after do_compile +addtask deploy before do_package after do_install