summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-03-29 22:20:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-02 18:11:06 +0100
commit13837e5a31147dcffdcce0c57da2b7570c7cb24d (patch)
treed220564f12fabaa4a7c6bbfbad8a47325e5c2549 /meta
parent46e1a4f0ada44b0ee55ed56c93a06556f6a27ac6 (diff)
downloadpoky-13837e5a31147dcffdcce0c57da2b7570c7cb24d.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index c7d8d68a34..3f4f43d47a 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -641,7 +641,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d):
641 return True 641 return True
642 return False 642 return False
643 def isPostInstDep(x): 643 def isPostInstDep(x):
644 if x in ["qemu-native", "gdk-pixbuf-native", "gtk+-native", "qemuwrapper-cross", "depmodwrapper-cross", "systemd-systemctl-native", "gtk-update-icon-cache-native"]: 644 if x in ["qemu-native", "gdk-pixbuf-native", "qemuwrapper-cross", "depmodwrapper-cross", "systemd-systemctl-native", "gtk-update-icon-cache-native"]:
645 return True 645 return True
646 return False 646 return False
647 647