diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index d58c0f575c..a8e0a81dc9 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -957,13 +957,7 @@ class BBCooker: | |||
| 957 | '\n '.join(appends_without_recipes[mc]))) | 957 | '\n '.join(appends_without_recipes[mc]))) |
| 958 | 958 | ||
| 959 | if msgs: | 959 | if msgs: |
| 960 | msg = "\n".join(msgs) | 960 | bb.fatal("\n".join(msgs)) |
| 961 | warn_only = self.databuilder.mcdata[mc].getVar("BB_DANGLINGAPPENDS_WARNONLY", \ | ||
| 962 | False) or "no" | ||
| 963 | if warn_only.lower() in ("1", "yes", "true"): | ||
| 964 | bb.warn(msg) | ||
| 965 | else: | ||
| 966 | bb.fatal(msg) | ||
| 967 | 961 | ||
| 968 | def handlePrefProviders(self): | 962 | def handlePrefProviders(self): |
| 969 | 963 | ||
