| Submitter | Koen Kooi |
|---|---|
| Date | Nov. 30, 2011, 7:09 p.m. |
| Message ID | <1322680162-24126-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/15877/ |
| State | Accepted |
| Commit | 779a0156b903d45a91f0b233176f570bd5bf72c8 |
| Headers | show |
Comments
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
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 :)
Patch
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"
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(-)