diff options
| -rw-r--r-- | meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb b/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb index ae196946d9..662519d5b2 100644 --- a/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb +++ b/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb | |||
| @@ -34,7 +34,7 @@ def get_spdm_multiarch(d): | |||
| 34 | if target_arch in multiarch_options: | 34 | if target_arch in multiarch_options: |
| 35 | return multiarch_options[target_arch] | 35 | return multiarch_options[target_arch] |
| 36 | 36 | ||
| 37 | bb.fatal("unsupported architecture '%s'" % target_arch) | 37 | bb.parse.SkipRecipe("unsupported architecture '%s'" % target_arch) |
| 38 | 38 | ||
| 39 | EXTRA_OECMAKE += "\ | 39 | EXTRA_OECMAKE += "\ |
| 40 | -DARCH=${@get_spdm_multiarch(d)} \ | 40 | -DARCH=${@get_spdm_multiarch(d)} \ |
