]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
host-perl: fix patching
authorFrancois Perrad <fperrad@gmail.com>
Wed, 28 Oct 2015 19:17:38 +0000 (20:17 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 30 Oct 2015 14:09:56 +0000 (15:09 +0100)
see http://autobuild.buildroot.net/results/c8e/c8e6bbe50ca71835bdde9503a9fe23ace8236a09/

the newest patches are against perl-cross,
so we need to extract perl-cross in the host-perl case.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/perl/perl.mk

index 7192700410a7d6cd25ad72cd0d3b76cbdc1f91ae..d35e05cb16c1fc8f35642b98019016038d7f8529 100644 (file)
@@ -31,6 +31,7 @@ define PERL_CROSS_EXTRACT
        $(TAR) --strip-components=1 -C $(@D) $(TAR_OPTIONS) -
 endef
 PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT
+HOST_PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT
 
 define PERL_CROSS_SET_POD
        $(SED) s/$(PERL_CROSS_OLD_POD)/$(PERL_CROSS_NEW_POD)/g $(@D)/Makefile