From: Richard Purdie Date: Thu, 10 Feb 2022 13:27:30 +0000 (+0000) Subject: buildtools: Allow testsdk to access the network X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c47424b8e71b95e60f4c5f343176825082b53896;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 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"