summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2016-12-26 15:50:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-27 18:00:50 +0100
commit8546ff31c58b2501a69e49bc0f27a4ffa1d2ae08 (patch)
tree6d1c17c548e1ceaab2ffa9ebc1db66674c792765 /Config.in.legacy
parent4091d60557d251e5a8d5405e00e6f811e31d96d5 (diff)
perl-db-file: remove this package
The module DB_File (Berkeley DB wrapper) is a Perl core module. Long time ago, its build as a core module was broken. Since perl-cross-1.0.2, this issue is fixed. So, this package which build DB_File as CPAN module, becomes useless. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index cdadbd8f5..20445b8a1 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,15 @@ endif
###############################################################################
comment "Legacy options removed in 2017.02"
+config BR2_PACKAGE_PERL_DB_FILE
+ bool "perl-db-file removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_BERKELEYDB
+ select BR2_PACKAGE_PERL
+ help
+ DB_File can be built as a core Perl module, so the separate
+ perl-db-file package has been removed.
+
config BR2_KERNEL_HEADERS_4_7
bool "kernel headers version 4.7.x are no longer supported"
select BR2_KERNEL_HEADERS_4_4