[1/2] buildtools: Allow testsdk to access the network

Message ID 20220210175417.2695557-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit c47424b8e71b95e60f4c5f343176825082b53896
Headers show
Series [1/2] buildtools: Allow testsdk to access the network | expand

Commit Message

Richard Purdie Feb. 10, 2022, 5:54 p.m. UTC
Some of the buildtools tests test network access so allow this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index fb28930656b..166671316ac 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -110,4 +110,5 @@  python do_testsdk() {
 }
 addtask testsdk
 do_testsdk[nostamp] = "1"
+do_testsdk[network] = "1"
 do_testsdk[depends] += "xz-native:do_populate_sysroot"