mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 02:16:18 +00:00
sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like libx11
This commit is contained in:
parent
fb9196ddcf
commit
e247f22c27
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user