diff options
| -rw-r--r-- | meta/classes/sdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass index dd62e2a028..b5ec9efd08 100644 --- a/meta/classes/sdk.bbclass +++ b/meta/classes/sdk.bbclass | |||
| @@ -80,7 +80,7 @@ python __anonymous () { | |||
| 80 | else: | 80 | else: |
| 81 | autoextend = False | 81 | autoextend = False |
| 82 | for dep in deps: | 82 | for dep in deps: |
| 83 | if dep.endswith("-native") or dep.endswith("-cross") or dep.startswith("virtual/"): | 83 | if dep.endswith("-native") or dep.endswith("-cross"): |
| 84 | continue | 84 | continue |
| 85 | if not dep.endswith("-sdk"): | 85 | if not dep.endswith("-sdk"): |
| 86 | if autoextend: | 86 | if autoextend: |
