From: Jan-Simon Möller Date: Sat, 7 Jan 2017 14:50:29 +0000 (+0100) Subject: Test - mitigation of tar-native issue X-Git-Tag: 3.99.1~229 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c2d8e86606ae5d39dcf79f08a2d5222df7df6a66;p=AGL%2Fmeta-agl.git Test - mitigation of tar-native issue This changeset removes tar-native from ASSUME_PROVIDED in an attempt to mitigate the tar-native extraction issue that we see on the jenkins slaves. Is I understand the race-window, tar-native is just being extracted and already in a preferred PATH while being extracted. The right fix would likely be to extract first, then change PATH after the file is in place. A way to do this is being researched. Change-Id: I0b138a1bd27406e719ab0d711cf542a812fb8460 Signed-off-by: Jan-Simon Möller --- diff --git a/templates/base/00_local.conf.agl.inc b/templates/base/00_local.conf.agl.inc index b0ed06be4..867139b8b 100644 --- a/templates/base/00_local.conf.agl.inc +++ b/templates/base/00_local.conf.agl.inc @@ -16,3 +16,5 @@ MODULE_TARBALL_DEPLOY ?= "0" # Comment out below if want to use QtWebkit PACKAGECONFIG_remove_pn-qtquick1 = "webkit" + +ASSUME_PROVIDED_remove = "tar-native"