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>
This commit is contained in:
Richard Purdie 2010-12-20 22:45:01 +00:00
parent 2e94e9a4fe
commit 9975c00c1a
1 changed files with 5 additions and 0 deletions

View 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"