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:20 +0000 |
commit | bd75266ab3c509a3a1eb62ee70074e3b28c9312f (patch) | |
tree | 1d32e0a53608a55ebe74e006b07ed7453f2804b8 /meta | |
parent | e38c283c010387771b351932ee3646f6702399c7 (diff) | |
download | ast2050-yocto-poky-bd75266ab3c509a3a1eb62ee70074e3b28c9312f.zip ast2050-yocto-poky-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')
-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 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}" |