mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sstate: Add gtk-update-icon-cache-native to postinst recipes list
(From OE-Core rev: 59cd32a6661d76ee070810823614eb797d6cc153) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"]:
|
if x in ["qemu-native", "gdk-pixbuf-native", "gtk+-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