diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-02 09:42:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-05 11:41:00 +0000 |
commit | bc2e9475a99ae3cd84f1d68fdc164b7cefe9191b (patch) | |
tree | 4308e06447aee7cbf47f1febe69c50325ae08504 | |
parent | 3e9c4801216111496acffdfdccf1deae3b3d6b96 (diff) | |
download | poky-bc2e9475a99ae3cd84f1d68fdc164b7cefe9191b.tar.gz |
gdbm: upgrade 1.19 -> 1.22
(From OE-Core rev: f379e20f8e35ce1ddaf0669051b9c82c39a882ec)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gdbm/files/ptest.patch | 18 | ||||
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.22.bb (renamed from meta/recipes-support/gdbm/gdbm_1.19.bb) | 3 |
2 files changed, 10 insertions, 11 deletions
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch index 1e67dbd554..187f09655d 100644 --- a/meta/recipes-support/gdbm/files/ptest.patch +++ b/meta/recipes-support/gdbm/files/ptest.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 41448708e163c8ec1f980464e7dd6741db427c8a Mon Sep 17 00:00:00 2001 | 1 | From 8bea84a598b51a7ac7e50aa8f0f20857a9b6b07b Mon Sep 17 00:00:00 2001 |
2 | From: Josep Puigdemont <josep.puigdemont@enea.com> | 2 | From: Josep Puigdemont <josep.puigdemont@enea.com> |
3 | Date: Sun, 4 May 2014 16:02:07 +0200 | 3 | Date: Sun, 4 May 2014 16:02:07 +0200 |
4 | Subject: [PATCH] Add install-ptest rules. | 4 | Subject: [PATCH] Add install-ptest rules. |
@@ -13,12 +13,12 @@ Upstream-Status: Pending | |||
13 | 2 files changed, 16 insertions(+) | 13 | 2 files changed, 16 insertions(+) |
14 | 14 | ||
15 | diff --git a/Makefile.am b/Makefile.am | 15 | diff --git a/Makefile.am b/Makefile.am |
16 | index ecc03df..9fbbda5 100644 | 16 | index 25e200d..03d5ef0 100644 |
17 | --- a/Makefile.am | 17 | --- a/Makefile.am |
18 | +++ b/Makefile.am | 18 | +++ b/Makefile.am |
19 | @@ -55,3 +55,8 @@ ChangeLog: | 19 | @@ -64,3 +64,8 @@ ChangeLog: |
20 | awk -f $(top_srcdir)/git2chg.awk \ | 20 | mv ChangeLog.tmp ChangeLog; \ |
21 | -v append=$(top_srcdir)/$(prev_change_log) > ChangeLog; \ | 21 | rm -f ChangeLog.tmp; \ |
22 | fi | 22 | fi |
23 | + | 23 | + |
24 | +install-ptest: | 24 | +install-ptest: |
@@ -26,12 +26,12 @@ index ecc03df..9fbbda5 100644 | |||
26 | + $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \ | 26 | + $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \ |
27 | + done | 27 | + done |
28 | diff --git a/tests/Makefile.am b/tests/Makefile.am | 28 | diff --git a/tests/Makefile.am b/tests/Makefile.am |
29 | index dbe17dd..06f537f 100644 | 29 | index 337cbed..92ec3be 100644 |
30 | --- a/tests/Makefile.am | 30 | --- a/tests/Makefile.am |
31 | +++ b/tests/Makefile.am | 31 | +++ b/tests/Makefile.am |
32 | @@ -169,3 +169,14 @@ EXTRA_DIST += \ | 32 | @@ -139,3 +139,14 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la |
33 | gdbmtool/base.exp\ | 33 | |
34 | config/default.exp | 34 | SUBDIRS = gdbmtool |
35 | 35 | ||
36 | +buildtests: $(check_PROGRAMS) $(TESTSUITE) | 36 | +buildtests: $(check_PROGRAMS) $(TESTSUITE) |
37 | + | 37 | + |
diff --git a/meta/recipes-support/gdbm/gdbm_1.19.bb b/meta/recipes-support/gdbm/gdbm_1.22.bb index 1d1a0c8dd1..5cb12cd57c 100644 --- a/meta/recipes-support/gdbm/gdbm_1.19.bb +++ b/meta/recipes-support/gdbm/gdbm_1.22.bb | |||
@@ -13,8 +13,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ | |||
13 | file://ptest.patch \ | 13 | file://ptest.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "aeb29c6a90350a4c959cd1df38cd0a7e" | 16 | SRC_URI[sha256sum] = "f366c823a6724af313b6bbe975b2809f9a157e5f6a43612a72949138d161d762" |
17 | SRC_URI[sha256sum] = "37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc" | ||
18 | 17 | ||
19 | inherit autotools gettext texinfo lib_package ptest | 18 | inherit autotools gettext texinfo lib_package ptest |
20 | 19 | ||