aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2019-12-09 17:54:38 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-10 16:21:07 -0800
commitc1d1697c509bb2f065f9bd631fa77b81fc849a3b (patch)
tree4418daa56d17dfdd6eea4e0ec6269e1011211cb3 /meta-oe/recipes-support
parent4d01d33f4214c6fb3e9768d286d53535cf681bfd (diff)
downloadmeta-openembedded-contrib-c1d1697c509bb2f065f9bd631fa77b81fc849a3b.tar.gz
libssh2: add nativesdk support
Fixes: Missing or unbuildable dependency chain was: ['nativesdk-cmake', 'nativesdk-curl', 'nativesdk-libssh2'] So, extend libssh2 to nativesdk to fix this issue. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
index 185ea11b07..c1f337a440 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
@@ -25,4 +25,4 @@ PACKAGECONFIG ??= "openssl"
PACKAGECONFIG[openssl] = "--with-crypto=openssl --with-libssl-prefix=${STAGING_LIBDIR}, , openssl"
PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR}, , libgcrypt"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"