diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-30 20:09:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 21:53:37 +0000 |
commit | 779a0156b903d45a91f0b233176f570bd5bf72c8 (patch) | |
tree | 5f0aa3f2cd1b6c7c36a0c19edf4dfb059eeb2f4a /meta/recipes-support | |
parent | 24cef800d61a1ed0bd5d4f67ed86e05e9e239400 (diff) | |
download | openembedded-core-779a0156b903d45a91f0b233176f570bd5bf72c8.tar.gz openembedded-core-779a0156b903d45a91f0b233176f570bd5bf72c8.tar.bz2 openembedded-core-779a0156b903d45a91f0b233176f570bd5bf72c8.zip |
gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | 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 4ed58811e9..9b2fde4539 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" |