buildtools: Allow testsdk to access the network

Some of the buildtools tests test network access so allow this.

(From OE-Core rev: c47424b8e71b95e60f4c5f343176825082b53896)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-02-10 13:27:30 +00:00
parent 38cc7a1457
commit aba3d8a2cb

View 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"