mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user