summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-20 22:45:01 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-20 22:45:01 +0000
commit9975c00c1a6a9ae1c39678dec0986f4c62418c96 (patch)
treeb30c2315d75a48c3f7954a8f113f073e9e3a8b93 /meta/recipes-devtools/perl
parent2e94e9a4fed33b1c7c5b0ce1dbc566e24344280c (diff)
downloadast2050-yocto-poky-9975c00c1a6a9ae1c39678dec0986f4c62418c96.zip
ast2050-yocto-poky-9975c00c1a6a9ae1c39678dec0986f4c62418c96.tar.gz
perl-native: Make the sstate checksum for perl depend on the hardcoded path until this is fixed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.8.8.bb5
1 files changed, 5 insertions, 0 deletions
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 6321525..ad71b87 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"
OpenPOWER on IntegriCloud