[OE-core] [PATCH 1/1] [YOCTO #1819] license: PR bump failure

Beth Flanagan elizabeth.flanagan at intel.com
Sat Dec 10 17:03:48 UTC 2011


From: Elizabeth Flanagan <elizabeth.flanagan at intel.com>

This addtask for do_populate_lic should be reverted back
to before do_package as before do_compile causes failures
when recipes are updated.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
---
 meta/classes/license.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 4689aaf..dd5d1bc 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -6,7 +6,7 @@
 LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses"
 LICSSTATEDIR = "${WORKDIR}/license-destdir/"
 
-addtask populate_lic after do_patch before do_compile
+addtask populate_lic after do_patch before do_package
 do_populate_lic[dirs] = "${LICSSTATEDIR}/${PN}"
 do_populate_lic[cleandirs] = "${LICSSTATEDIR}"
 
-- 
1.7.1





More information about the Openembedded-core mailing list