mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like libx11
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user