mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 04:49:17 +00:00
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:
parent
38cc7a1457
commit
aba3d8a2cb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user