From f8671aecf05a286dd2b34b07bb5fbbe0c31e26d0 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Fri, 28 Apr 2017 17:01:02 +0200 Subject: sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state Paths to host tools that have been copied to ${HOSTTOOLS_DIR} may end up in the sstate cache. They thus need to be corrected when restoring from the sstate cache. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 17a99a4afb..44d013f29d 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb @@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" # We need the following for the sstate code to process the wrapper SSTATE_SCAN_FILES += "depmodwrapper" -EXTRA_STAGING_FIXMES = "PKGDATA_DIR" +EXTRA_STAGING_FIXMES += "PKGDATA_DIR" do_populate_sysroot[depends] = "" -- cgit 1.2.3-korg