* [PATCH 0/1] [YOCTO #1819] License addtask PR bump failure
@ 2011-12-10 17:03 Beth Flanagan
2011-12-10 17:03 ` [PATCH 1/1] [YOCTO #1819] license: " Beth Flanagan
2011-12-12 23:09 ` [PATCH 0/1] [YOCTO #1819] License addtask " Saul Wold
0 siblings, 2 replies; 4+ messages in thread
From: Beth Flanagan @ 2011-12-10 17:03 UTC (permalink / raw)
To: openembedded-core
Changing back addtask of do_populate_lic as it does not need to be
before do_compile and the change causes updated recipes to fail,
requiring a clean.
The following changes since commit 924b1e47ab7895e42dd6a56952beb2ef2f61e4fe:
license/copyleft: exception for ast parse (2011-12-10 00:18:15 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib eflanagan/license_1819
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/license_1819
Elizabeth Flanagan (1):
[YOCTO #1819] license: PR bump failure
meta/classes/license.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] [YOCTO #1819] license: PR bump failure
2011-12-10 17:03 [PATCH 0/1] [YOCTO #1819] License addtask PR bump failure Beth Flanagan
@ 2011-12-10 17:03 ` Beth Flanagan
2011-12-10 18:33 ` Saul Wold
2011-12-12 23:09 ` [PATCH 0/1] [YOCTO #1819] License addtask " Saul Wold
1 sibling, 1 reply; 4+ messages in thread
From: Beth Flanagan @ 2011-12-10 17:03 UTC (permalink / raw)
To: openembedded-core
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.
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}"
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] [YOCTO #1819] license: PR bump failure
2011-12-10 17:03 ` [PATCH 1/1] [YOCTO #1819] license: " Beth Flanagan
@ 2011-12-10 18:33 ` Saul Wold
0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-12-10 18:33 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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}"
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] [YOCTO #1819] License addtask PR bump failure
2011-12-10 17:03 [PATCH 0/1] [YOCTO #1819] License addtask PR bump failure Beth Flanagan
2011-12-10 17:03 ` [PATCH 1/1] [YOCTO #1819] license: " Beth Flanagan
@ 2011-12-12 23:09 ` Saul Wold
1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-12-12 23:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 12/10/2011 09:03 AM, Beth Flanagan wrote:
> Changing back addtask of do_populate_lic as it does not need to be
> before do_compile and the change causes updated recipes to fail,
> requiring a clean.
>
> The following changes since commit 924b1e47ab7895e42dd6a56952beb2ef2f61e4fe:
>
> license/copyleft: exception for ast parse (2011-12-10 00:18:15 +0000)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib eflanagan/license_1819
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/license_1819
>
> Elizabeth Flanagan (1):
> [YOCTO #1819] license: PR bump failure
>
> meta/classes/license.bbclass | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged with minor tweak to the commit message
Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-12 23:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-10 17:03 [PATCH 0/1] [YOCTO #1819] License addtask PR bump failure Beth Flanagan
2011-12-10 17:03 ` [PATCH 1/1] [YOCTO #1819] license: " Beth Flanagan
2011-12-10 18:33 ` Saul Wold
2011-12-12 23:09 ` [PATCH 0/1] [YOCTO #1819] License addtask " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox