Test - mitigation of tar-native issue 05/8105/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 7 Jan 2017 14:50:29 +0000 (15:50 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 7 Jan 2017 15:24:48 +0000 (16:24 +0100)
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 <jsmoeller@linuxfoundation.org>
templates/base/00_local.conf.agl.inc

index b0ed06b..867139b 100644 (file)
@@ -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"