summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-11-22 16:41:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-23 23:35:18 +0000
commita15b8cb1fe359510c1a9ae2a88381e87549f92eb (patch)
tree3a202a3b393ff4e80fa516192e02b501e7258379 /meta/recipes-support/gdbm
parent691e3069941db750261a85ed8c7f8a506bbe9b3e (diff)
downloadpoky-a15b8cb1fe359510c1a9ae2a88381e87549f92eb.tar.gz
gdbm: update to 1.18.1
(From OE-Core rev: 7fa0996f39f55dbc3c4441d8df7ff2aff17fc6b7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gdbm')
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.18.1.bb (renamed from meta/recipes-support/gdbm/gdbm_1.18.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.18.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
index aad4300952..16ecc506ce 100644
--- a/meta/recipes-support/gdbm/gdbm_1.18.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
@@ -10,8 +10,8 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
10 file://ptest.patch \ 10 file://ptest.patch \
11 " 11 "
12 12
13SRC_URI[md5sum] = "e316f8e4a3e7e4f23955be65d54fec48" 13SRC_URI[md5sum] = "988dc82182121c7570e0cb8b4fcd5415"
14SRC_URI[sha256sum] = "b8822cb4769e2d759c828c06f196614936c88c141c3132b18252fe25c2b635ce" 14SRC_URI[sha256sum] = "86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc"
15 15
16inherit autotools gettext texinfo lib_package ptest 16inherit autotools gettext texinfo lib_package ptest
17 17