sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like libx11

This commit is contained in:
Richard Purdie
2009-01-05 15:59:22 +00:00
parent fb9196ddcf
commit e247f22c27

View File

@@ -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: