diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index ac9d77d528..6f0c791fe5 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -658,7 +658,7 @@ def sstate_setscene(d): | |||
658 | shared_state = sstate_state_fromvars(d) | 658 | shared_state = sstate_state_fromvars(d) |
659 | accelerate = sstate_installpkg(shared_state, d) | 659 | accelerate = sstate_installpkg(shared_state, d) |
660 | if not accelerate: | 660 | if not accelerate: |
661 | raise bb.build.FuncFailed("No suitable staging package found") | 661 | bb.fatal("No suitable staging package found") |
662 | 662 | ||
663 | python sstate_task_prefunc () { | 663 | python sstate_task_prefunc () { |
664 | shared_state = sstate_state_fromvars(d) | 664 | shared_state = sstate_state_fromvars(d) |