mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdk
This commit is contained in:
@@ -85,6 +85,8 @@ python __anonymous () {
|
||||
if not dep.endswith("-sdk"):
|
||||
if autoextend:
|
||||
depends = depends.replace(dep, dep + "-sdk")
|
||||
elif pn == 'gcc-cross-sdk':
|
||||
continue
|
||||
else:
|
||||
bb.note("%s has depends %s which doesn't end in -sdk?" % (pn, dep))
|
||||
bb.data.setVar("DEPENDS", depends, d)
|
||||
|
||||
Reference in New Issue
Block a user