native/nativesdk variants of a cross-canadian recipe don't make any
sense so avoid these recipe variants.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# Needed for pkg-config to be used
export LIBSSH2_SYS_USE_PKG_CONFIG = "1"
-BBCLASSEXTEND = "native nativesdk"
-
# When building cargo-native we don't have cargo-native to use and depend on,
# so we must use the locally set up snapshot to bootstrap the build.
BASEDEPENDS:remove:class-native = "cargo-native"
require recipes-devtools/rust/rust-source-${PV}.inc
require recipes-devtools/rust/rust-snapshot-${PV}.inc
require cargo.inc
-
+BBCLASSEXTEND = "native nativesdk"