Commit 619280ae authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-db-file: Berkeley DB 1.85 compatibility API is not needed

This package is also compatible with Berkeley DB v2 or higher:
https://metacpan.org/source/PMQS/DB_File-1.835/Changes



1.50
    DB_File can now build with either DB 1.x or 2.x, but not both at
    the same time.

[Thomas: adjust Config.in help text accordingly.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 1f83a7a7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,9 +2,8 @@ config BR2_PACKAGE_PERL_DB_FILE
	bool "perl-db-file"
	depends on !BR2_STATIC_LIBS
	select BR2_PACKAGE_BERKELEYDB
	select BR2_PACKAGE_BERKELEYDB_COMPAT185
	help
	  Perl5 access to Berkeley DB version 1.x
	  Perl5 access to Berkeley DB version 1.x or 2.x.

	  https://metacpan.org/release/DB_File