]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdbm: upgrade 1.22 -> 1.23
authorwangmy <wangmy@fujitsu.com>
Tue, 8 Feb 2022 08:25:24 +0000 (16:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 10:29:13 +0000 (10:29 +0000)
refresh ptest.patch

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gdbm/files/ptest.patch
meta/recipes-support/gdbm/gdbm_1.23.bb [moved from meta/recipes-support/gdbm/gdbm_1.22.bb with 94% similarity]

index 187f09655d8ef6438e8475e41a33e9fee6a1c101..25fb6bb2f4fd973c2de1cc9a6ebe7572c2a6a048 100644 (file)
@@ -9,11 +9,11 @@ Upstream-Status: Pending
 
 ---
  Makefile.am       |  5 +++++
- tests/Makefile.am | 1+++++++++++
- 2 files changed, 16 insertions(+)
+ tests/Makefile.am | 12 ++++++++++++
+ 2 files changed, 17 insertions(+)
 
 diff --git a/Makefile.am b/Makefile.am
-index 25e200d..03d5ef0 100644
+index 59e2643..5f3ceb0 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -64,3 +64,8 @@ ChangeLog:
@@ -26,13 +26,14 @@ index 25e200d..03d5ef0 100644
 +              $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
 +      done
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 337cbed..92ec3be 100644
+index fac6826..5dc2091 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -139,3 +139,14 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
+@@ -143,3 +143,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
+ t_wordwrap_LDADD = ../tools/libgdbmapp.a
  
  SUBDIRS = gdbmtool
++
 +buildtests: $(check_PROGRAMS) $(TESTSUITE)
 +
 +install-ptest: $(check_PROGRAMS) $(TESTSUITE)
@@ -44,3 +45,6 @@ index 337cbed..92ec3be 100644
 +                      $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
 +              fi \
 +      done
+-- 
+2.25.1
+
similarity index 94%
rename from meta/recipes-support/gdbm/gdbm_1.22.bb
rename to meta/recipes-support/gdbm/gdbm_1.23.bb
index 5cb12cd57ca3ec271a781c1d034d35dfe64e45ad..4ec80b5b7e4612608cf273595da537e4c234d6b6 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
            file://ptest.patch \
           "
 
-SRC_URI[sha256sum] = "f366c823a6724af313b6bbe975b2809f9a157e5f6a43612a72949138d161d762"
+SRC_URI[sha256sum] = "74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd"
 
 inherit autotools gettext texinfo lib_package ptest