* [PATCH] rm_work: keep all sigdata files in stamps dir
@ 2011-05-26 9:31 Martin Jansa
2011-05-27 0:13 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2011-05-26 9:31 UTC (permalink / raw)
To: openembedded-core
* this makes fix for [YOCTO #1074] in bitbake 139b8a625818225c358a1b8363518d7ed6913188
much more usefull for people using rm_work
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta/classes/rm_work.bbclass | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 256a202..303d47d 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -42,6 +42,10 @@ do_rm_work () {
*do_setscene*)
break
;;
+ *sigdata*)
+ i=dummy
+ break
+ ;;
*do_package_write*)
i=dummy
break
--
1.7.5.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rm_work: keep all sigdata files in stamps dir
2011-05-26 9:31 [PATCH] rm_work: keep all sigdata files in stamps dir Martin Jansa
@ 2011-05-27 0:13 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-05-27 0:13 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa
On 05/26/2011 02:31 AM, Martin Jansa wrote:
> * this makes fix for [YOCTO #1074] in bitbake 139b8a625818225c358a1b8363518d7ed6913188
> much more usefull for people using rm_work
>
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
> meta/classes/rm_work.bbclass | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
> index 256a202..303d47d 100644
> --- a/meta/classes/rm_work.bbclass
> +++ b/meta/classes/rm_work.bbclass
> @@ -42,6 +42,10 @@ do_rm_work () {
> *do_setscene*)
> break
> ;;
> + *sigdata*)
> + i=dummy
> + break
> + ;;
> *do_package_write*)
> i=dummy
> break
Merged into oe-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-27 0:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 9:31 [PATCH] rm_work: keep all sigdata files in stamps dir Martin Jansa
2011-05-27 0:13 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox