diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index e1dbea9bcb..00181aa2f3 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -440,8 +440,9 @@ do_populate_sdk_ext[rdepends] += "${@' '.join([x + ':do_build' for x in d.getVar | |||
440 | do_populate_sdk_ext[vardeps] += "copy_buildsystem \ | 440 | do_populate_sdk_ext[vardeps] += "copy_buildsystem \ |
441 | sdk_ext_postinst" | 441 | sdk_ext_postinst" |
442 | 442 | ||
443 | do_populate_sdk_ext[file-checksums] += "${COREBASE}/meta/files/toolchain-shar-relocate.sh:True \ | 443 | # Since any change in the metadata of any layer should cause a rebuild of the |
444 | ${COREBASE}/meta/files/toolchain-shar-extract.sh:True \ | 444 | # sdk(since the layers are put in the sdk) set the task to nostamp so it |
445 | ${COREBASE}/scripts/gen-lockedsig-cache:True" | 445 | # always runs. |
446 | do_populate_sdk_ext[nostamp] = "1" | ||
446 | 447 | ||
447 | addtask populate_sdk_ext after do_sdk_depends | 448 | addtask populate_sdk_ext after do_sdk_depends |