summaryrefslogtreecommitdiffstats
path: root/package/perl-db-file/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-26 11:37:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-26 12:03:06 +0200
commit1284bad1c476caf8c9cc65b72078d99c91659170 (patch)
tree2fa4faf6cadc3ceebe7239004475eb7baa76ab02 /package/perl-db-file/Config.in
parent17d2c6d5db1058efde7b65c8d068ec5fdfabe960 (diff)
downloadbuildroot-1284bad1c476caf8c9cc65b72078d99c91659170.tar.gz
buildroot-1284bad1c476caf8c9cc65b72078d99c91659170.zip
package/perl-db-file: new package
[Thomas: rename package to perl-db-file.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-db-file/Config.in')
-rw-r--r--package/perl-db-file/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/perl-db-file/Config.in b/package/perl-db-file/Config.in
new file mode 100644
index 0000000000..18daec3048
--- /dev/null
+++ b/package/perl-db-file/Config.in
@@ -0,0 +1,12 @@
+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
+
+ https://metacpan.org/release/DB_File
+
+comment "perl-db_file needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud