[yocto-autobuilder-helper,dunfell,2/2] config.json: Update to 3.4 buildtools tarball

Message ID 9f825899fd19bed502a0d96b15eddd599be5469b.1648657669.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,dunfell,1/2] config.json: Switch to 3.4 M2 buildtools | expand

Commit Message

Steve Sakoman March 30, 2022, 4:32 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Fixes diffoscope-native failing in diffoscope tests on workers using buildtools:

  File "/home/pokybuild/yocto-worker/reproducible-ubuntu/build/build-st/tmp/work/x86_64-linux/diffoscope-native/190-r0/recipe-sysroot-native/usr/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: nativepython3: undefined symbol: archive_version_number

Missing or incomplete libarchive module. Try installing your system's 'libarchive' package.

(there is a glibc symbol mismatch hidden in a module compile for libarchive)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f5e89b7431fcde4c54617eca2fbeae43557811d8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/config.json b/config.json
index d63963d..aa7c8be 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@ 
 
     "BUILDTOOLS_URL_TEMPLOCAL" : "/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
     "BUILDTOOLS_URL_TEMPLOCAL2" : "https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh",
-    "BUILDTOOLS_URL" : "https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M2/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.3%2Bsnapshot-1ad79313a5c3e6a453fbeb44caac5c5bbad46d3c.sh",
+    "BUILDTOOLS_URL" : "https://downloads.yoctoproject.org/releases/yocto/yocto-3.4/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.4.sh",
 
     "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
     "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",