From: Elizabeth Flanagan Date: Sat, 10 Dec 2011 16:42:40 +0000 (-0800) Subject: license: PR bump failure X-Git-Tag: 2015-4~12423 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=513c620815fcf8e7bcc9ac38a916850ad6173a16;p=openembedded-core.git 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 --- 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}"