[OE-core] [PATCH] native.bbclass: Delete populate-lic task for all native packages

Konrad Scherer konrad.scherer at windriver.com
Fri Feb 21 15:41:36 UTC 2014


With commit 3d59d0bed756f64d0092caa3892239c779c4a341 the populate-lic
sstate files are now arch independent and not stored with the
native populate-sysroot sstate files. If the native sstate dir is
distributed then populate-lic step is still triggered.

Signed-off-by: Konrad Scherer <Konrad.Scherer at windriver.com>
---
 meta/classes/native.bbclass |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 5a318d2..55d26d9 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -157,6 +157,7 @@ deltask package_write_ipk
 deltask package_write_deb
 deltask package_write_rpm
 deltask package_write
+deltask populate_lic
 
 do_packagedata[stamp-extra-info] = ""
 do_populate_sysroot[stamp-extra-info] = ""
-- 
1.7.9.5




More information about the Openembedded-core mailing list