summaryrefslogtreecommitdiff
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/sdk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass
index dd62e2a02..b5ec9efd0 100644
--- a/meta/classes/sdk.bbclass
+++ b/meta/classes/sdk.bbclass
@@ -80,7 +80,7 @@ python __anonymous () {
else:
autoextend = False
for dep in deps:
- if dep.endswith("-native") or dep.endswith("-cross") or dep.startswith("virtual/"):
+ if dep.endswith("-native") or dep.endswith("-cross"):
continue
if not dep.endswith("-sdk"):
if autoextend: