]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools: Allow testsdk to access the network
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 13:27:30 +0000 (13:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Feb 2022 17:02:56 +0000 (17:02 +0000)
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

index fb28930656bd7892fb770fe924b13a426655a83e..166671316ac960e262a4e179b45ac003369461e3 100644 (file)
@@ -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"