mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
sstate.bbclass: remove reference to gtk+-native
(From OE-Core rev: 13bc0117a0a18165e83e2bcdd880e704a0df5e3f) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
46e1a4f0ad
commit
13837e5a31
@@ -641,7 +641,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
def isPostInstDep(x):
|
def isPostInstDep(x):
|
||||||
if x in ["qemu-native", "gdk-pixbuf-native", "gtk+-native", "qemuwrapper-cross", "depmodwrapper-cross", "systemd-systemctl-native", "gtk-update-icon-cache-native"]:
|
if x in ["qemu-native", "gdk-pixbuf-native", "qemuwrapper-cross", "depmodwrapper-cross", "systemd-systemctl-native", "gtk-update-icon-cache-native"]:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user