* [Buildroot] [PATCH 1/1] dependencies.sh: add perl autodie for whois
@ 2018-06-05 18:13 Fabrice Fontaine
2018-06-05 20:39 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-06-05 18:13 UTC (permalink / raw)
To: buildroot
Add dependency on perl autodie if whois package is selected
Fixes:
- http://autobuild.buildroot.net/results/4d2ca14580cbc73f94e86ee834fac6d2541298ec
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
support/dependencies/dependencies.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index f98678973b..e570a9ee1a 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -256,6 +256,10 @@ if grep -q ^BR2_PACKAGE_MPV=y $BR2_CONFIG ; then
required_perl_modules="$required_perl_modules Math::BigRat"
fi
+if grep -q ^BR2_PACKAGE_WHOIS=y $BR2_CONFIG ; then
+ required_perl_modules="$required_perl_modules autodie"
+fi
+
# This variable will keep the modules that are missing in your system.
missing_perl_modules=""
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-05 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05 18:13 [Buildroot] [PATCH 1/1] dependencies.sh: add perl autodie for whois Fabrice Fontaine
2018-06-05 20:39 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox