From: Ming Liu Date: Fri, 13 Nov 2015 13:00:17 +0000 (+0100) Subject: sstate: Add ca-certificates-native to postinst recipes list X-Git-Tag: 2016-4~859 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a6426479f6348524a904ba28c16c1e3c8793cb08;p=openembedded-core.git sstate: Add ca-certificates-native to postinst recipes list Signed-off-by: Ming Liu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 997d55baab..a6cda6c34f 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass @@ -847,7 +847,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d): return x.endswith("-native") or "-cross-" in x or "-crosssdk" in x def isPostInstDep(x): - if x in ["qemu-native", "gdk-pixbuf-native", "qemuwrapper-cross", "depmodwrapper-cross", "systemd-systemctl-native", "gtk-icon-utils-native"]: + if x in ["qemu-native", "gdk-pixbuf-native", "qemuwrapper-cross", "depmodwrapper-cross", "systemd-systemctl-native", "gtk-icon-utils-native", "ca-certificates-native"]: return True return False