diff options
| -rw-r--r-- | bitbake/lib/bb/ui/hob.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index a770fc289f..5998e6bbf8 100644 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py | |||
| @@ -954,7 +954,7 @@ def main (server, eventHandler): | |||
| 954 | 954 | ||
| 955 | incompatible = server.runCommand(["getVariable", "INCOMPATIBLE_LICENSE"]) | 955 | incompatible = server.runCommand(["getVariable", "INCOMPATIBLE_LICENSE"]) |
| 956 | gplv3disabled = False | 956 | gplv3disabled = False |
| 957 | if incompatible and incompatible.lower().find("gplv3"): | 957 | if incompatible and incompatible.lower().find("gplv3") != -1: |
| 958 | gplv3disabled = True | 958 | gplv3disabled = True |
| 959 | 959 | ||
| 960 | build_toolchain = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN"])) | 960 | build_toolchain = bool(server.runCommand(["getVariable", "HOB_BUILD_TOOLCHAIN"])) |
