| Submitter | Elizabeth Flanagan |
|---|---|
| Date | Dec. 10, 2011, 5:03 p.m. |
| Message ID | <ec285d5f7ed5fde668744bb167d70e5409ee4f1d.1323536396.git.elizabeth.flanagan@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/16645/ |
| State | Accepted |
| Commit | 513c620815fcf8e7bcc9ac38a916850ad6173a16 |
| Headers | show |
Comments
On 12/10/2011 09:03 AM, Beth Flanagan wrote: > From: Elizabeth Flanagan<elizabeth.flanagan@intel.com> > > This addtask for do_populate_lic should be reverted back > to before do_package as before do_compile causes failures > when recipes are updated. > Beth, The [YOCTO #1819] goes in the commit body, not the "subject part" Sau! > Signed-off-by: Elizabeth Flanagan<elizabeth.flanagan@intel.com> > --- > 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}" >
Patch
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}"