summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2011-12-10 08:42:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-12 21:50:09 +0000
commit513c620815fcf8e7bcc9ac38a916850ad6173a16 (patch)
treefe4231031b9ab56e0fb98d4ea8d53a40dead2718 /meta/classes
parenta82e5abf399f3ced7dcb4d5c543fdea084ef6c63 (diff)
downloadopenembedded-core-contrib-513c620815fcf8e7bcc9ac38a916850ad6173a16.tar.gz
license: PR bump failure
This addtask for do_populate_lic should be reverted back to before do_package as before do_compile causes failures when recipes are updated. [YOCTO #1819] Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/license.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 4689aaf615..dd5d1bce0e 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}"