]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 30 Nov 2011 19:09:20 +0000 (20:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 21:53:37 +0000 (21:53 +0000)
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>
meta/recipes-support/gdbm/gdbm_1.10.bb

index 4ed58811e98049f7fbfc36a83c25d9ae4e4a671b..9b2fde4539229a51b0342071bb8e8ab2128925af 100644 (file)
@@ -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"