summaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
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:20 +0000
commitbd75266ab3c509a3a1eb62ee70074e3b28c9312f (patch)
tree1d32e0a53608a55ebe74e006b07ed7453f2804b8 /meta/classes/license.bbclass
parente38c283c010387771b351932ee3646f6702399c7 (diff)
downloadpoky-bd75266ab3c509a3a1eb62ee70074e3b28c9312f.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] (From OE-Core rev: 513c620815fcf8e7bcc9ac38a916850ad6173a16) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license.bbclass')
-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 @@
6LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" 6LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses"
7LICSSTATEDIR = "${WORKDIR}/license-destdir/" 7LICSSTATEDIR = "${WORKDIR}/license-destdir/"
8 8
9addtask populate_lic after do_patch before do_compile 9addtask populate_lic after do_patch before do_package
10do_populate_lic[dirs] = "${LICSSTATEDIR}/${PN}" 10do_populate_lic[dirs] = "${LICSSTATEDIR}/${PN}"
11do_populate_lic[cleandirs] = "${LICSSTATEDIR}" 11do_populate_lic[cleandirs] = "${LICSSTATEDIR}"
12 12