summaryrefslogtreecommitdiffstats
path: root/package/perl-data-optlist/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-09-07 13:08:31 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-09-07 13:13:17 +0200
commit721e4cbb529d247c9c1ebef68275e70a3086ae0b (patch)
tree2967ef4e10e2592661f664df4515d67dbc80cfe5 /package/perl-data-optlist/Config.in
parent89920e9735cb561dccf1e1f81d35788fd10a655b (diff)
parentcec266ee1f708f11cc679cb4f81613fa4186003c (diff)
downloadbuildroot-721e4cbb529d247c9c1ebef68275e70a3086ae0b.tar.gz
buildroot-721e4cbb529d247c9c1ebef68275e70a3086ae0b.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/perl-data-optlist/Config.in')
-rw-r--r--package/perl-data-optlist/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/perl-data-optlist/Config.in b/package/perl-data-optlist/Config.in
new file mode 100644
index 0000000000..0393e65645
--- /dev/null
+++ b/package/perl-data-optlist/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PERL_DATA_OPTLIST
+ bool "perl-data-optlist"
+ depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_PERL_PARAMS_UTIL
+ select BR2_PACKAGE_PERL_SUB_INSTALL
+ help
+ parse and validate simple name/value option pairs
+
+ https://github.com/rjbs/Data-OptList
+
+comment "perl-data-optlist needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud