diff mbox

[1/1] perl-file-util: restore host variant and fix dependencies

Message ID 1447763046-25345-1-git-send-email-casantos@datacom.ind.br
State Accepted
Commit 5b7cb94c967549cd59cc692ec2fc843f66974478
Headers show

Commit Message

Carlos Santos Nov. 17, 2015, 12:24 p.m. UTC
The host variant was added by us (DATACOM) because it is useful to
build some third-party packages that we use in our firmware. We humbly
request you to keep it alive.

Declare that it requires host-perl-module-build.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
---
 package/perl-file-util/perl-file-util.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Nov. 19, 2015, 12:29 p.m. UTC | #1
>>>>> "Carlos" == Carlos Santos <casantos@datacom.ind.br> writes:

 > The host variant was added by us (DATACOM) because it is useful to
 > build some third-party packages that we use in our firmware. We humbly
 > request you to keep it alive.

 > Declare that it requires host-perl-module-build.

 > Signed-off-by: Carlos Santos <casantos@datacom.ind.br>

Committed, thanks.
diff mbox

Patch

diff --git a/package/perl-file-util/perl-file-util.mk b/package/perl-file-util/perl-file-util.mk
index fe83585..7026515 100644
--- a/package/perl-file-util/perl-file-util.mk
+++ b/package/perl-file-util/perl-file-util.mk
@@ -10,5 +10,7 @@  PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY
 PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
 PERL_FILE_UTIL_LICENSE = Artistic or GPLv1+
 PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE
+HOST_PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
 
 $(eval $(perl-package))
+$(eval $(host-perl-package))