]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: Add gtk-update-icon-cache-native to postinst recipes list
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Mar 2013 13:11:29 +0000 (13:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Mar 2013 12:29:45 +0000 (12:29 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index ef12d97583aac87066458cd0d8776a256a783407..ee925cd7a03b6f1985e1cbae9e7f1d5b920ddc20 100644 (file)
@@ -641,7 +641,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d):
             return True
         return False
     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 False