All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change
@ 2012-01-12 11:52 Koen Kooi
  2012-01-12 12:19 ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2012-01-12 11:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous commit to fix the launch helper permissions

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-core/dbus/dbus.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 2a25256..489e8db 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -10,7 +10,7 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X
 DEPENDS_virtclass-native = "expat-native virtual/libintl-native"
 DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11"
 
-INC_PR = "r1"
+PR = "r1"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
            file://tmpdir.patch; \
-- 
1.7.2.5




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

* Re: [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change
  2012-01-12 11:52 [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change Koen Kooi
@ 2012-01-12 12:19 ` Martin Jansa
  2012-01-12 13:34   ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2012-01-12 12:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

[-- Attachment #1: Type: text/plain, Size: 1471 bytes --]

On Thu, Jan 12, 2012 at 12:52:26PM +0100, Koen Kooi wrote:
> The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous commit to fix the launch helper permissions
> 
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  meta/recipes-core/dbus/dbus.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
> index 2a25256..489e8db 100644
> --- a/meta/recipes-core/dbus/dbus.inc
> +++ b/meta/recipes-core/dbus/dbus.inc
> @@ -10,7 +10,7 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X
>  DEPENDS_virtclass-native = "expat-native virtual/libintl-native"
>  DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11"
>  
> -INC_PR = "r1"
> +PR = "r1"

Can we move it to dbus_1.4.16.bb too? or change dbus_1.4.16.bb to use
INC_PR, I can imagine someone reusing meta/recipes-core/dbus/dbus.inc in
his layer won't notice that there is PR now.

Cheers,

>  
>  SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
>             file://tmpdir.patch; \
> -- 
> 1.7.2.5
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change
  2012-01-12 12:19 ` Martin Jansa
@ 2012-01-12 13:34   ` Koen Kooi
  2012-01-12 14:20     ` [PATCH] dbus-1.4.16: use INC_PR from dbus.inc " Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2012-01-12 13:34 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]


Op 12 jan. 2012, om 13:19 heeft Martin Jansa het volgende geschreven:

> On Thu, Jan 12, 2012 at 12:52:26PM +0100, Koen Kooi wrote:
>> The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous commit to fix the launch helper permissions
>> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>> meta/recipes-core/dbus/dbus.inc |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
>> index 2a25256..489e8db 100644
>> --- a/meta/recipes-core/dbus/dbus.inc
>> +++ b/meta/recipes-core/dbus/dbus.inc
>> @@ -10,7 +10,7 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X
>> DEPENDS_virtclass-native = "expat-native virtual/libintl-native"
>> DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11"
>> 
>> -INC_PR = "r1"
>> +PR = "r1"
> 
> Can we move it to dbus_1.4.16.bb too? or change dbus_1.4.16.bb to use
> INC_PR, I can imagine someone reusing meta/recipes-core/dbus/dbus.inc in
> his layer won't notice that there is PR now.

I don't mind either way, I just want the fixed dbus package in the binary feeds :)

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* [PATCH] dbus-1.4.16: use INC_PR from dbus.inc to fix PR bump after dbus-launch-helper permission change
  2012-01-12 13:34   ` Koen Kooi
@ 2012-01-12 14:20     ` Martin Jansa
  2012-01-16 14:10       ` Steve Sakoman
  2012-01-17 20:10       ` Saul Wold
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Jansa @ 2012-01-12 14:20 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/dbus/dbus_1.4.16.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb
index f87f266..3cf8bb8 100644
--- a/meta/recipes-core/dbus/dbus_1.4.16.bb
+++ b/meta/recipes-core/dbus/dbus_1.4.16.bb
@@ -1,5 +1,7 @@
 include dbus.inc
 
+PR = "${INC_PR}.0"
+
 SRC_URI[md5sum] = "44a2a10678e7e50460879c3eb4453a65"
 SRC_URI[sha256sum] = "1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6"
 
-- 
1.7.8.3




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

* Re: [PATCH] dbus-1.4.16: use INC_PR from dbus.inc to fix PR bump after dbus-launch-helper permission change
  2012-01-12 14:20     ` [PATCH] dbus-1.4.16: use INC_PR from dbus.inc " Martin Jansa
@ 2012-01-16 14:10       ` Steve Sakoman
  2012-01-17 20:10       ` Saul Wold
  1 sibling, 0 replies; 6+ messages in thread
From: Steve Sakoman @ 2012-01-16 14:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer, Martin Jansa

On Thu, Jan 12, 2012 at 6:20 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Tested-by: Steve Sakoman <steve@sakoman.com>



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

* Re: [PATCH] dbus-1.4.16: use INC_PR from dbus.inc to fix PR bump after dbus-launch-helper permission change
  2012-01-12 14:20     ` [PATCH] dbus-1.4.16: use INC_PR from dbus.inc " Martin Jansa
  2012-01-16 14:10       ` Steve Sakoman
@ 2012-01-17 20:10       ` Saul Wold
  1 sibling, 0 replies; 6+ messages in thread
From: Saul Wold @ 2012-01-17 20:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa

On 01/12/2012 06:20 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
>   meta/recipes-core/dbus/dbus_1.4.16.bb |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb
> index f87f266..3cf8bb8 100644
> --- a/meta/recipes-core/dbus/dbus_1.4.16.bb
> +++ b/meta/recipes-core/dbus/dbus_1.4.16.bb
> @@ -1,5 +1,7 @@
>   include dbus.inc
>
> +PR = "${INC_PR}.0"
> +
>   SRC_URI[md5sum] = "44a2a10678e7e50460879c3eb4453a65"
>   SRC_URI[sha256sum] = "1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6"
>
Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-01-17 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-12 11:52 [PATCH] dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change Koen Kooi
2012-01-12 12:19 ` Martin Jansa
2012-01-12 13:34   ` Koen Kooi
2012-01-12 14:20     ` [PATCH] dbus-1.4.16: use INC_PR from dbus.inc " Martin Jansa
2012-01-16 14:10       ` Steve Sakoman
2012-01-17 20:10       ` Saul Wold

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.