diff options
author | Francois Perrad <fperrad@gmail.com> | 2016-12-26 15:50:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-27 18:00:50 +0100 |
commit | 8546ff31c58b2501a69e49bc0f27a4ffa1d2ae08 (patch) | |
tree | 6d1c17c548e1ceaab2ffa9ebc1db66674c792765 /package/perl-db-file/Config.in | |
parent | 4091d60557d251e5a8d5405e00e6f811e31d96d5 (diff) | |
download | buildroot-8546ff31c58b2501a69e49bc0f27a4ffa1d2ae08.tar.gz buildroot-8546ff31c58b2501a69e49bc0f27a4ffa1d2ae08.zip |
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 'package/perl-db-file/Config.in')
-rw-r--r-- | package/perl-db-file/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/perl-db-file/Config.in b/package/perl-db-file/Config.in deleted file mode 100644 index f07e5df483..0000000000 --- a/package/perl-db-file/Config.in +++ /dev/null @@ -1,11 +0,0 @@ -config BR2_PACKAGE_PERL_DB_FILE - bool "perl-db-file" - depends on !BR2_STATIC_LIBS - select BR2_PACKAGE_BERKELEYDB - help - Perl5 access to Berkeley DB version 1.x or 2.x. - - https://metacpan.org/release/DB_File - -comment "perl-db-file needs a toolchain w/ dynamic library" - depends on BR2_STATIC_LIBS |