diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-23 12:03:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-24 23:43:33 +0000 |
commit | ce9cbae874495b71b148f32a4f3bfbc1c82e3f41 (patch) | |
tree | 288b5cd08516647abb833a609d425c6248d60b43 /meta/classes | |
parent | 3d3194a68fceba3fcc6b072ae9956870a8b5c4fd (diff) | |
download | poky-ce9cbae874495b71b148f32a4f3bfbc1c82e3f41.tar.gz |
staging: Update extend_recipe_sysroot vardepsexclude after code changes
Changed were made to the code but not reflected in vardepsexclude, fix this.
(From OE-Core rev: e59dc6985e22e7ac30b6afa81d448fbc372f5dab)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index f7a1707933..6dd21e8ec4 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
@@ -603,7 +603,7 @@ python extend_recipe_sysroot() { | |||
603 | 603 | ||
604 | bb.utils.unlockfile(lock) | 604 | bb.utils.unlockfile(lock) |
605 | } | 605 | } |
606 | extend_recipe_sysroot[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA" | 606 | extend_recipe_sysroot[vardepsexclude] += "MACHINE_ARCH PACKAGE_EXTRA_ARCHS SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA" |
607 | 607 | ||
608 | python do_prepare_recipe_sysroot () { | 608 | python do_prepare_recipe_sysroot () { |
609 | bb.build.exec_func("extend_recipe_sysroot", d) | 609 | bb.build.exec_func("extend_recipe_sysroot", d) |