[OE-core] [PATCH] sstate: Add ca-certificates-native to postinst recipes list
Ming Liu
liu.ming50 at gmail.com
Fri Nov 13 13:00:17 UTC 2015
From: Ming Liu <peter.x.liu at external.atlascopco.com>
Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
---
meta/classes/sstate.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d09e27a..1e05a23 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -830,7 +830,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
--
1.9.1
More information about the Openembedded-core
mailing list