]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate.bbclass: remove reference to gtk+-native
authorAndreas Müller <schnitzeltony@googlemail.com>
Fri, 29 Mar 2013 21:20:00 +0000 (22:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Apr 2013 17:10:15 +0000 (18:10 +0100)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index c7d8d68a3470aae700790017f631d6a89fb79d04..3f4f43d47a8714c615b74f9cd2fc8917cce23b4d 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", "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 False