Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] perl-www-robotrules: fix dependencies
@ 2015-08-25 18:38 Francois Perrad
  2015-08-25 18:38 ` [Buildroot] [PATCH 2/3] perl-http-cookies: " Francois Perrad
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Francois Perrad @ 2015-08-25 18:38 UTC (permalink / raw)
  To: buildroot

regenerated by support/scripts/scancpan

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/perl-www-robotrules/Config.in              | 2 +-
 package/perl-www-robotrules/perl-www-robotrules.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/perl-www-robotrules/Config.in b/package/perl-www-robotrules/Config.in
index 83dbcfb..e80f5a0 100644
--- a/package/perl-www-robotrules/Config.in
+++ b/package/perl-www-robotrules/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PERL_WWW_ROBOTRULES
 	bool "perl-www-robotrules"
-	select PERL_URI
+	select BR2_PACKAGE_PERL_URI
 	help
 	  This module provides functions that deal the date formats used by the
 	  HTTP protocol (and then some more)
diff --git a/package/perl-www-robotrules/perl-www-robotrules.mk b/package/perl-www-robotrules/perl-www-robotrules.mk
index 0c68b98..e74baab 100644
--- a/package/perl-www-robotrules/perl-www-robotrules.mk
+++ b/package/perl-www-robotrules/perl-www-robotrules.mk
@@ -7,7 +7,7 @@
 PERL_WWW_ROBOTRULES_VERSION = 6.02
 PERL_WWW_ROBOTRULES_SOURCE = WWW-RobotRules-$(PERL_WWW_ROBOTRULES_VERSION).tar.gz
 PERL_WWW_ROBOTRULES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
-PERL_WWW_ROBOTRULES_DEPENDENCIES = perl-uri
+PERL_WWW_ROBOTRULES_DEPENDENCIES = perl perl-uri
 PERL_WWW_ROBOTRULES_LICENSE = Artistic or GPLv1+
 PERL_WWW_ROBOTRULES_LICENSE_FILES = README
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-08-26 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 18:38 [Buildroot] [PATCH 1/3] perl-www-robotrules: fix dependencies Francois Perrad
2015-08-25 18:38 ` [Buildroot] [PATCH 2/3] perl-http-cookies: " Francois Perrad
2015-08-25 18:38 ` [Buildroot] [PATCH 3/3] perl-http-daemon: " Francois Perrad
2015-08-25 18:50 ` [Buildroot] [PATCH 1/3] perl-www-robotrules: " Thomas Petazzoni
2015-08-26 16:49   ` François Perrad
2015-08-26 17:36     ` Thomas Petazzoni
2015-08-26 17:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox