From f43f21ccd06c18cf6580a14c5e7fa2e4fe65cd44 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Fri, 13 Feb 2015 14:30:52 -0500 Subject: [PATCH] deps/libssh2: allow -native builds --- recipes-deps/libssh2/libssh2_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-deps/libssh2/libssh2_%.bbappend diff --git a/recipes-deps/libssh2/libssh2_%.bbappend b/recipes-deps/libssh2/libssh2_%.bbappend new file mode 100644 index 0000000..ce4807e --- /dev/null +++ b/recipes-deps/libssh2/libssh2_%.bbappend @@ -0,0 +1,2 @@ +# meta-oe/recipes-support/libssh2 +BBCLASSEXTEND = "native"