diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2011-12-10 08:42:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:09 +0000 |
commit | 513c620815fcf8e7bcc9ac38a916850ad6173a16 (patch) | |
tree | fe4231031b9ab56e0fb98d4ea8d53a40dead2718 /meta/classes/license.bbclass | |
parent | a82e5abf399f3ced7dcb4d5c543fdea084ef6c63 (diff) | |
download | openembedded-core-513c620815fcf8e7bcc9ac38a916850ad6173a16.tar.gz openembedded-core-513c620815fcf8e7bcc9ac38a916850ad6173a16.tar.bz2 openembedded-core-513c620815fcf8e7bcc9ac38a916850ad6173a16.zip |
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/license.bbclass')
-rw-r--r-- | 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 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}" |