summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-08 16:25:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-10 10:32:08 +0000
commit7aab974f7f6b8d2ebba50a29bf98b58672d6330d (patch)
treec7315dacf3758d5d479db549837213f1ab30c74d /meta/recipes-support/gdbm
parent6939cb68fcd77d19ac3801f29038f276f163f065 (diff)
downloadpoky-7aab974f7f6b8d2ebba50a29bf98b58672d6330d.tar.gz
gdbm: upgrade 1.22 -> 1.23
refresh ptest.patch (From OE-Core rev: 38d0c34b6a1b44fcc41099936b534202111c3ef7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gdbm')
-rw-r--r--meta/recipes-support/gdbm/files/ptest.patch16
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.23.bb (renamed from meta/recipes-support/gdbm/gdbm_1.22.bb)2
2 files changed, 11 insertions, 7 deletions
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch
index 187f09655d..25fb6bb2f4 100644
--- a/meta/recipes-support/gdbm/files/ptest.patch
+++ b/meta/recipes-support/gdbm/files/ptest.patch
@@ -9,11 +9,11 @@ Upstream-Status: Pending
9 9
10--- 10---
11 Makefile.am | 5 +++++ 11 Makefile.am | 5 +++++
12 tests/Makefile.am | 11 +++++++++++ 12 tests/Makefile.am | 12 ++++++++++++
13 2 files changed, 16 insertions(+) 13 2 files changed, 17 insertions(+)
14 14
15diff --git a/Makefile.am b/Makefile.am 15diff --git a/Makefile.am b/Makefile.am
16index 25e200d..03d5ef0 100644 16index 59e2643..5f3ceb0 100644
17--- a/Makefile.am 17--- a/Makefile.am
18+++ b/Makefile.am 18+++ b/Makefile.am
19@@ -64,3 +64,8 @@ ChangeLog: 19@@ -64,3 +64,8 @@ ChangeLog:
@@ -26,13 +26,14 @@ index 25e200d..03d5ef0 100644
26+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \ 26+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
27+ done 27+ done
28diff --git a/tests/Makefile.am b/tests/Makefile.am 28diff --git a/tests/Makefile.am b/tests/Makefile.am
29index 337cbed..92ec3be 100644 29index fac6826..5dc2091 100644
30--- a/tests/Makefile.am 30--- a/tests/Makefile.am
31+++ b/tests/Makefile.am 31+++ b/tests/Makefile.am
32@@ -139,3 +139,14 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la 32@@ -143,3 +143,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
33 t_wordwrap_LDADD = ../tools/libgdbmapp.a
33 34
34 SUBDIRS = gdbmtool 35 SUBDIRS = gdbmtool
35 36+
36+buildtests: $(check_PROGRAMS) $(TESTSUITE) 37+buildtests: $(check_PROGRAMS) $(TESTSUITE)
37+ 38+
38+install-ptest: $(check_PROGRAMS) $(TESTSUITE) 39+install-ptest: $(check_PROGRAMS) $(TESTSUITE)
@@ -44,3 +45,6 @@ index 337cbed..92ec3be 100644
44+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \ 45+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
45+ fi \ 46+ fi \
46+ done 47+ done
48--
492.25.1
50
diff --git a/meta/recipes-support/gdbm/gdbm_1.22.bb b/meta/recipes-support/gdbm/gdbm_1.23.bb
index 5cb12cd57c..4ec80b5b7e 100644
--- a/meta/recipes-support/gdbm/gdbm_1.22.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.23.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
13 file://ptest.patch \ 13 file://ptest.patch \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "f366c823a6724af313b6bbe975b2809f9a157e5f6a43612a72949138d161d762" 16SRC_URI[sha256sum] = "74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd"
17 17
18inherit autotools gettext texinfo lib_package ptest 18inherit autotools gettext texinfo lib_package ptest
19 19