]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: Add ca-certificates-native to postinst recipes list
authorMing Liu <peter.x.liu@external.atlascopco.com>
Fri, 13 Nov 2015 13:00:17 +0000 (14:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Feb 2016 09:03:28 +0000 (09:03 +0000)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index 997d55baabf5da483435d5eccb3c826a71c6e7b5..a6cda6c34f6dd0fd2ebce116f2c465bdb274b321 100644 (file)
@@ -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