summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-30 20:09:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 22:02:29 +0000
commit9eecd86ce2df728ab9154cb94261cf70cb2c4da7 (patch)
treecdd7e4ab68958f8b56167d5ad171a0686005f3f3
parente2338872942705223382669f15af2369910f8480 (diff)
downloadpoky-9eecd86ce2df728ab9154cb94261cf70cb2c4da7.tar.gz
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) (From OE-Core rev: 779a0156b903d45a91f0b233176f570bd5bf72c8) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.10.bb4
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"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" 5LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24"
6 6
7PR = "r0" 7PR = "r1"
8 8
9SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570" 11SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570"
12SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441" 12SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441"
13 13
14inherit autotools gettext 14inherit autotools gettext lib_package
15 15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"