]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl-native: Make the sstate checksum for perl depend on the hardcoded path until...
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 20 Dec 2010 22:45:01 +0000 (22:45 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 20 Dec 2010 22:45:01 +0000 (22:45 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-devtools/perl/perl-native_5.8.8.bb

index 63215256aa7aba72952e98cc899cee1dd6e261d6..ad71b87085276822ac751dde1f72a25822b6d22d 100644 (file)
@@ -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"