All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x
@ 2011-11-30 19:09 Koen Kooi
  2011-11-30 19:09 ` [PATCH 2/3] pulseaudio: bump PR for gdbm SOVERSION change Koen Kooi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Koen Kooi @ 2011-11-30 19:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-support/gdbm/gdbm_1.10.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/gdbm/gdbm_1.10.bb b/meta/recipes-support/gdbm/gdbm_1.10.bb
index 4ed5881..9b2fde4 100644
--- a/meta/recipes-support/gdbm/gdbm_1.10.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.10.bb
@@ -4,13 +4,13 @@ SECTION = "libs"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24"
 
-PR = "r0" 
+PR = "r1" 
 
 SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570"
 SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441"
 
-inherit autotools gettext
+inherit autotools gettext lib_package
 
 BBCLASSEXTEND = "native nativesdk"
-- 
1.7.2.5




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

* [PATCH 2/3] pulseaudio: bump PR for gdbm SOVERSION change
  2011-11-30 19:09 [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Koen Kooi
@ 2011-11-30 19:09 ` Koen Kooi
  2011-11-30 19:09 ` [PATCH 3/3] perl: " Koen Kooi
  2011-11-30 22:06 ` [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-11-30 19:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---

This applies on top of the earlier pulseaudio patch set

 .../pulseaudio/pulseaudio_1.1.bb                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
index 4c8b46f..f3a813e 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r4"
+PR = "r5"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
 
-- 
1.7.2.5




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

* [PATCH 3/3] perl: bump PR for gdbm SOVERSION change
  2011-11-30 19:09 [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Koen Kooi
  2011-11-30 19:09 ` [PATCH 2/3] pulseaudio: bump PR for gdbm SOVERSION change Koen Kooi
@ 2011-11-30 19:09 ` Koen Kooi
  2011-11-30 22:06 ` [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-11-30 19:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-devtools/perl/perl_5.14.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index e864f1e..5efe249 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db grep-native"
 DEPENDS += "gdbm zlib"
-PR = "r0"
+PR = "r1"
 
 # 5.10.1 has Module::Build built-in
 PROVIDES += "libmodule-build-perl"
-- 
1.7.2.5




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

* Re: [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x
  2011-11-30 19:09 [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Koen Kooi
  2011-11-30 19:09 ` [PATCH 2/3] pulseaudio: bump PR for gdbm SOVERSION change Koen Kooi
  2011-11-30 19:09 ` [PATCH 3/3] perl: " Koen Kooi
@ 2011-11-30 22:06 ` Richard Purdie
  2011-11-30 22:16   ` Koen Kooi
  2 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2011-11-30 22:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On Wed, 2011-11-30 at 20:09 +0100, Koen Kooi wrote:
> SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well)
> 
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  meta/recipes-support/gdbm/gdbm_1.10.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

I merged patches 1-3 to master, thanks.

I had to fix up the pulseaudio one as you evidently had other patches
applied before it (I can guess which ones).

Cheers,

Richard




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

* Re: [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x
  2011-11-30 22:06 ` [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Richard Purdie
@ 2011-11-30 22:16   ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-11-30 22:16 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

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


Op 30 nov. 2011, om 23:06 heeft Richard Purdie het volgende geschreven:

> On Wed, 2011-11-30 at 20:09 +0100, Koen Kooi wrote:
>> SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well)
>> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>> meta/recipes-support/gdbm/gdbm_1.10.bb |    4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> I merged patches 1-3 to master, thanks.
> 
> I had to fix up the pulseaudio one as you evidently had other patches
> applied before it (I can guess which ones).

The pulseaudio patch did mention that below the scissor line :)

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

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

end of thread, other threads:[~2011-11-30 22:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 19:09 [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Koen Kooi
2011-11-30 19:09 ` [PATCH 2/3] pulseaudio: bump PR for gdbm SOVERSION change Koen Kooi
2011-11-30 19:09 ` [PATCH 3/3] perl: " Koen Kooi
2011-11-30 22:06 ` [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x Richard Purdie
2011-11-30 22: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.