diff options
author | Christopher McCrory <chrismcc@gmail.com> | 2018-08-10 09:14:51 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-12 23:31:21 +0200 |
commit | 741bae2fe584820806dd2abf6677f9d8b62068bf (patch) | |
tree | a7841c586b412a6e28461c2ad19fbdfda995c37c /package/perl-dbi/Config.in | |
parent | ce9255381a144678c0e7672e98e45a585e4a5153 (diff) | |
download | buildroot-741bae2fe584820806dd2abf6677f9d8b62068bf.tar.gz buildroot-741bae2fe584820806dd2abf6677f9d8b62068bf.zip |
perl-dbi: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-dbi/Config.in')
-rw-r--r-- | package/perl-dbi/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/perl-dbi/Config.in b/package/perl-dbi/Config.in new file mode 100644 index 0000000000..069669b9bc --- /dev/null +++ b/package/perl-dbi/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PERL_DBI + bool "perl-dbi" + depends on !BR2_STATIC_LIBS + help + Database independent interface for Perl + + http://dbi.perl.org/ + +comment "perl-dbi needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS |