From 9975c00c1a6a9ae1c39678dec0986f4c62418c96 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Dec 2010 22:45:01 +0000 Subject: perl-native: Make the sstate checksum for perl depend on the hardcoded path until this is fixed Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl-native_5.8.8.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-devtools/perl') diff --git a/meta/recipes-devtools/perl/perl-native_5.8.8.bb b/meta/recipes-devtools/perl/perl-native_5.8.8.bb index 63215256aa..ad71b87085 100644 --- a/meta/recipes-devtools/perl/perl-native_5.8.8.bb +++ b/meta/recipes-devtools/perl/perl-native_5.8.8.bb @@ -94,3 +94,8 @@ do_install_append_nylon() { } PARALLEL_MAKE = "" + +# Perl encodes the staging path into the perl binary so we have to depend on this +# as part of the checksum for now +HARDPATH := "${STAGING_BINDIR}" +do_populate_sysroot[vardeps] += "HARDPATH" -- cgit v1.2.3-54-g00ecf