mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 16:05:18 +00:00
libssh: Support building for native and nativesdk
Since libssh is now a dependency of cryptsetup, it needs to be buildable for the same cases as cryptsetup. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2cf01edb69
commit
f1d2fbaf4f
@ -33,3 +33,5 @@ do_configure:prepend () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TOOLCHAIN = "gcc"
|
TOOLCHAIN = "gcc"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user