All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce] task-xfce-base: add thunar-volman
@ 2011-09-01  7:44 Koen Kooi
  2011-09-01 17:06 ` Andreas Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-09-01  7:44 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

This fixes:

ERROR: There is a comment on line 34 of file /OE/tentacle/sources/meta-openembedded/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb (#    thunar-volman \) which is in the middle of a multiline expression.
Bitbake used to ignore these but no longer does so, please fix your metadata as errors are likely as a result of this change.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
index 8a87203..7589f6d 100644
--- a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
+++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base installation of XFCE"
 SECTION = "x11/wm"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
-PR = "r0"
+PR = "r1"
 
 inherit task
 
@@ -31,5 +31,5 @@ RDEPENDS_${PN} = " \
     xfce4-settings \
     xfce-terminal \
     thunar \
-#    thunar-volman \
+    thunar-volman \
 "
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-xfce] task-xfce-base: add thunar-volman
  2011-09-01  7:44 [meta-xfce] task-xfce-base: add thunar-volman Koen Kooi
@ 2011-09-01 17:06 ` Andreas Müller
  2011-09-01 17:16   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2011-09-01 17:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

On Thursday, September 01, 2011 09:44:51 AM you wrote:
> This fixes:
> 
> ERROR: There is a comment on line 34 of file
> /OE/tentacle/sources/meta-openembedded/meta-xfce/recipes-xfce/tasks/task-x
> fce-base.bb (#    thunar-volman \) which is in the middle of a multiline
> expression. Bitbake used to ignore these but no longer does so, please fix
> your metadata as errors are likely as a result of this change.
> 
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  meta-xfce/recipes-xfce/tasks/task-xfce-base.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
> b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb index 8a87203..7589f6d
> 100644
> --- a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
> +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base
> installation of XFCE" SECTION = "x11/wm"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM =
> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR =
> "r0"
> +PR = "r1"
> 
>  inherit task
> 
> @@ -31,5 +31,5 @@ RDEPENDS_${PN} = " \
>      xfce4-settings \
>      xfce-terminal \
>      thunar \
> -#    thunar-volman \
> +    thunar-volman \
>  "
Acked-by: Andreas Müller <schnitzeltony@gmx.de>

By the way: what is the automated / correct workflow to 

* apply a patch ( wget from patchwork & 'git am'? ) 
* generate 'acked by' / 'tested by' / .. messages 

Andreas



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-xfce] task-xfce-base: add thunar-volman
  2011-09-01 17:06 ` Andreas Müller
@ 2011-09-01 17:16   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-09-01 17:16 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-devel


Op 1 sep. 2011, om 19:06 heeft Andreas Müller het volgende geschreven:

> On Thursday, September 01, 2011 09:44:51 AM you wrote:
>> This fixes:
>> 
>> ERROR: There is a comment on line 34 of file
>> /OE/tentacle/sources/meta-openembedded/meta-xfce/recipes-xfce/tasks/task-x
>> fce-base.bb (#    thunar-volman \) which is in the middle of a multiline
>> expression. Bitbake used to ignore these but no longer does so, please fix
>> your metadata as errors are likely as a result of this change.
>> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>> meta-xfce/recipes-xfce/tasks/task-xfce-base.bb |    4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
>> b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb index 8a87203..7589f6d
>> 100644
>> --- a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
>> +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
>> @@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base
>> installation of XFCE" SECTION = "x11/wm"
>> LICENSE = "MIT"
>> LIC_FILES_CHKSUM =
>> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR =
>> "r0"
>> +PR = "r1"
>> 
>> inherit task
>> 
>> @@ -31,5 +31,5 @@ RDEPENDS_${PN} = " \
>>     xfce4-settings \
>>     xfce-terminal \
>>     thunar \
>> -#    thunar-volman \
>> +    thunar-volman \
>> "
> Acked-by: Andreas Müller <schnitzeltony@gmx.de>
> 
> By the way: what is the automated / correct workflow to 
> 
> * apply a patch ( wget from patchwork & 'git am'? ) 
> * generate 'acked by' / 'tested by' / .. messages 

What I do when applying a patch:

$ /OE/org.openembedded.dev/contrib/patchwork/pw-am.sh 10827
$ git show
$ git push

patchwork will have gathered all acked-by/signed-off-by from the followup emails.

When replying to a patch I type up the acked-by stuff manually.

Not sure how correct and/or optimal this is, but this is how I do it :)

regards,

Koen




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-01 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01  7:44 [meta-xfce] task-xfce-base: add thunar-volman Koen Kooi
2011-09-01 17:06 ` Andreas Müller
2011-09-01 17:16   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.