From: Richard Purdie Date: Thu, 10 Feb 2022 13:27:30 +0000 (+0000) Subject: buildtools: Allow testsdk to access the network X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c47424b8e71b95e60f4c5f343176825082b53896;p=openembedded-core.git buildtools: Allow testsdk to access the network Some of the buildtools tests test network access so allow this. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index fb28930656..166671316a 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"