summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/meta-extsdk-toolchain.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta/meta-extsdk-toolchain.bb')
-rw-r--r--meta/recipes-core/meta/meta-extsdk-toolchain.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-extsdk-toolchain.bb b/meta/recipes-core/meta/meta-extsdk-toolchain.bb
index fc6d6de99a..0b8fcf08dc 100644
--- a/meta/recipes-core/meta/meta-extsdk-toolchain.bb
+++ b/meta/recipes-core/meta/meta-extsdk-toolchain.bb
@@ -15,7 +15,7 @@ LOCKED_SIGS_INDIR = "${D}/locked-sigs"
15addtask do_locked_sigs after do_populate_sysroot 15addtask do_locked_sigs after do_populate_sysroot
16SSTATETASKS += "do_locked_sigs" 16SSTATETASKS += "do_locked_sigs"
17do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}" 17do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}"
18do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR_HOST}/locked-sigs" 18do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs"
19 19
20python do_locked_sigs() { 20python do_locked_sigs() {
21 import oe.copy_buildsystem 21 import oe.copy_buildsystem