mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
selftest-ed: Support native builds
This allows tests to switch to selftest-ed-native which has far fewer dependencies than selftest-ed. (From OE-Core rev: cb40325e2fcdf2036b71af5fcf01984d11ef2934) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ad6accf223
commit
13980f7445
@@ -20,3 +20,5 @@ EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}
|
||||
CONFIGUREOPTS_remove = "--disable-dependency-tracking"
|
||||
CONFIGUREOPTS_remove = "--disable-silent-rules"
|
||||
EXTRA_OECONF_remove = "--disable-static"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -34,3 +34,5 @@ do_install() {
|
||||
rm -f ${D}${infodir}/dir
|
||||
fi
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user