All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/perl-parse-yapp: remove useless dependencies
@ 2021-03-30 19:52 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-03-30 19:52 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=6bcc220ccd5d2bdedeea81518e8cedf49b5af007
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Parse-Yapp comes with a Makefile.PL,
so it is built with the perl core module ExtUtils-MakeMaker

regenerated with `utils/scancpan -force -host Parse-Yapp`

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/perl-parse-yapp/Config.in            | 2 +-
 package/perl-parse-yapp/perl-parse-yapp.hash | 5 ++++-
 package/perl-parse-yapp/perl-parse-yapp.mk   | 2 --
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/perl-parse-yapp/Config.in b/package/perl-parse-yapp/Config.in
index 5cde3d9211..2781682670 100644
--- a/package/perl-parse-yapp/Config.in
+++ b/package/perl-parse-yapp/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PERL_PARSE_YAPP
 	bool "perl-parse-yapp"
 	help
-	  A perl frontend to the Parse::Yapp module
+	  A perl frontend to the Parse::Yapp module.
 
 	  https://metacpan.org/release/Parse-Yapp
diff --git a/package/perl-parse-yapp/perl-parse-yapp.hash b/package/perl-parse-yapp/perl-parse-yapp.hash
index d5880a2a71..36541592ff 100644
--- a/package/perl-parse-yapp/perl-parse-yapp.hash
+++ b/package/perl-parse-yapp/perl-parse-yapp.hash
@@ -1,3 +1,6 @@
-# locally computed
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5  69584d5b0f0304bb2a23cffcd982c5de  Parse-Yapp-1.21.tar.gz
 sha256  3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5  Parse-Yapp-1.21.tar.gz
+
+# locally computed
 sha256  a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96  lib/Parse/Yapp.pm
diff --git a/package/perl-parse-yapp/perl-parse-yapp.mk b/package/perl-parse-yapp/perl-parse-yapp.mk
index 94f51243fd..12f05efe0c 100644
--- a/package/perl-parse-yapp/perl-parse-yapp.mk
+++ b/package/perl-parse-yapp/perl-parse-yapp.mk
@@ -7,11 +7,9 @@
 PERL_PARSE_YAPP_VERSION = 1.21
 PERL_PARSE_YAPP_SOURCE = Parse-Yapp-$(PERL_PARSE_YAPP_VERSION).tar.gz
 PERL_PARSE_YAPP_SITE = $(BR2_CPAN_MIRROR)/authors/id/W/WB/WBRASWELL
-PERL_PARSE_YAPP_DEPENDENCIES = host-perl-module-build
 PERL_PARSE_YAPP_LICENSE = Artistic or GPL-1.0+
 PERL_PARSE_YAPP_LICENSE_FILES = lib/Parse/Yapp.pm
 PERL_PARSE_YAPP_DISTNAME = Parse-Yapp
-HOST_PERL_PARSE_YAPP_DEPENDENCIES = host-perl-module-build
 
 $(eval $(perl-package))
 $(eval $(host-perl-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-30 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 19:52 [Buildroot] [git commit] package/perl-parse-yapp: remove useless dependencies Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.