summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 10:02:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 18:04:02 +0100
commit4c2c9010f29641fc6f515f14d4d5f32d1fcabbdd (patch)
treed35db6d3499dbfd4c9fc125dfbf018a7772fbe01
parentebb235e098d8c0f1970e5d8a550f928bcbda30b4 (diff)
downloadpoky-4c2c9010f29641fc6f515f14d4d5f32d1fcabbdd.tar.gz
buildtools-tarball: Add python3-websockets
For the newer hash equivlance servers we need websockets. Add it to buildtools tarball. (From OE-Core rev: 96f6f36798c433d53a067693c32c0fc230ee8442) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 6b679489fd..a5f6bb7aac 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -13,6 +13,7 @@ TOOLCHAIN_HOST_TASK ?= "\
13 nativesdk-python3-testtools \ 13 nativesdk-python3-testtools \
14 nativesdk-python3-subunit \ 14 nativesdk-python3-subunit \
15 nativesdk-python3-pyyaml \ 15 nativesdk-python3-pyyaml \
16 nativesdk-python3-websockets \
16 nativesdk-ncurses-terminfo-base \ 17 nativesdk-ncurses-terminfo-base \
17 nativesdk-chrpath \ 18 nativesdk-chrpath \
18 nativesdk-tar \ 19 nativesdk-tar \