diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-07 15:50:29 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-07 15:41:59 +0000 |
commit | c2d8e86606ae5d39dcf79f08a2d5222df7df6a66 (patch) | |
tree | 210ebe950074634cca11e420216d4ad5bfb0e676 /templates | |
parent | 667e9c254e97555cae75b95a91a0bed6741bf5f1 (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/00_local.conf.agl.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |