summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm/files
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-08-01 20:46:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-04 18:04:04 +0100
commitbb51be6fbfc15eb85f67ce96ce886293f40458a9 (patch)
tree8c422a4b3d54f6b154a4dfb2c49a118f5204c212 /meta/recipes-support/gdbm/files
parent474e912372a5f6bd32fedb68d75a5f16efd75031 (diff)
downloadpoky-bb51be6fbfc15eb85f67ce96ce886293f40458a9.tar.gz
gdbm: upgrade 1.24 -> 1.26
Removed c11 flag, as it seems to build fine now with default flags. ptests passed: All 38 tests were successful. DURATION: 11 END: /usr/lib/gdbm/ptest 2025-08-01T18:37 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: 1.26: - Fixed build with musl libc - Fixed build on MacOS - Improved testsuite 1.25: - New function: gdbm_open_ext This function provides a general-purpose interface for opening and creating GDBM files. It combines the possibilities of gdbm_open and gdbm_fd_open and provides detailed control over database file locking. - New gdbmtool command: collisions The command prints the collision chains for the current bucket, or for buckets identified by its arguments. - Pipelines in gdbmtool The output of a gdbmtool command can be connected to the input of a shell command using the traditional pipeline syntax. - Fix a bug in block coalescing code (From OE-Core rev: 5f4c806ba9fe2385891b46098b313a858daf8103) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gdbm/files')
-rw-r--r--meta/recipes-support/gdbm/files/ptest.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch
index 989f9524bc..5f4078101b 100644
--- a/meta/recipes-support/gdbm/files/ptest.patch
+++ b/meta/recipes-support/gdbm/files/ptest.patch
@@ -28,10 +28,10 @@ diff --git a/tests/Makefile.am b/tests/Makefile.am
28index eb071ac..9d14fe8 100644 28index eb071ac..9d14fe8 100644
29--- a/tests/Makefile.am 29--- a/tests/Makefile.am
30+++ b/tests/Makefile.am 30+++ b/tests/Makefile.am
31@@ -145,3 +145,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la 31@@ -150,3 +150,15 @@
32 t_wordwrap_LDADD = ../tools/libgdbmapp.a 32 t_wordwrap_LDADD = ../tools/libgdbmapp.a @LTLIBINTL@
33 33
34 SUBDIRS = gdbmtool 34 SUBDIRS = dejagnu
35+ 35+
36+buildtests: $(check_PROGRAMS) $(TESTSUITE) 36+buildtests: $(check_PROGRAMS) $(TESTSUITE)
37+ 37+
@@ -42,5 +42,5 @@ index eb071ac..9d14fe8 100644
42+ $(INSTALL_PROGRAM) .libs/$$file $(DESTDIR)/$$file; \ 42+ $(INSTALL_PROGRAM) .libs/$$file $(DESTDIR)/$$file; \
43+ else \ 43+ else \
44+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \ 44+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
45+ fi \ 45+ fi \
46+ done 46+ done