* [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require MD5 perl package for netsurf @ 2023-02-23 22:59 Fabrice Fontaine 2023-02-25 9:52 ` Thomas Petazzoni via buildroot 2023-03-13 18:47 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Fabrice Fontaine @ 2023-02-23 22:59 UTC (permalink / raw) To: buildroot; +Cc: Fabrice Fontaine Fix the following build failure: Can't locate object method "hexhash" via package "MD5" at utils/git-testament.pl line 47 Fixes: - http://autobuild.buildroot.org/results/3dddcbbe7f6ecae5a2db6fac11fb659719452f73 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 078559f086..58f44c8723 100755 --- a/support/dependencies/dependencies.sh +++ b/support/dependencies/dependencies.sh @@ -290,6 +290,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_NETSURF=y $BR2_CONFIG ; then + required_perl_modules="$required_perl_modules Digest::MD5" +fi + if grep -q ^BR2_PACKAGE_WHOIS=y $BR2_CONFIG ; then required_perl_modules="$required_perl_modules autodie" fi -- 2.39.1 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require MD5 perl package for netsurf 2023-02-23 22:59 [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require MD5 perl package for netsurf Fabrice Fontaine @ 2023-02-25 9:52 ` Thomas Petazzoni via buildroot 2023-03-13 18:47 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Thomas Petazzoni via buildroot @ 2023-02-25 9:52 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot On Thu, 23 Feb 2023 23:59:42 +0100 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote: > Fix the following build failure: > > Can't locate object method "hexhash" via package "MD5" at utils/git-testament.pl line 47 > > Fixes: > - http://autobuild.buildroot.org/results/3dddcbbe7f6ecae5a2db6fac11fb659719452f73 > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > --- > support/dependencies/dependencies.sh | 4 ++++ > 1 file changed, 4 insertions(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require MD5 perl package for netsurf 2023-02-23 22:59 [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require MD5 perl package for netsurf Fabrice Fontaine 2023-02-25 9:52 ` Thomas Petazzoni via buildroot @ 2023-03-13 18:47 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-03-13 18:47 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > Fix the following build failure: > Can't locate object method "hexhash" via package "MD5" at utils/git-testament.pl line 47 > Fixes: > - http://autobuild.buildroot.org/results/3dddcbbe7f6ecae5a2db6fac11fb659719452f73 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed to 2022.11.x and 2022.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-13 18:47 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-02-23 22:59 [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require MD5 perl package for netsurf Fabrice Fontaine 2023-02-25 9:52 ` Thomas Petazzoni via buildroot 2023-03-13 18:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox