summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-04-24 12:13:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-10 12:21:34 +0100
commit1160b51fbe5661be83959c0e135e4b4231c94349 (patch)
tree4280a9487394b0138482e68ba62d974a42c8e586 /meta/recipes-support/gnutls/gnutls.inc
parent54a2549802a911cad2475a6aa379315a834419d8 (diff)
downloadopenembedded-core-contrib-1160b51fbe5661be83959c0e135e4b4231c94349.tar.gz
gnutls: move BBCLASSEXTEND from gnutls.inc into the gnutls recipe
There may be alternative gnutls recipes outside oe-core which include gnutls.inc but which don't want BBCLASSEXTEND = "native nativesdk". Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 1ecad1f995..e75d3a672c 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -59,5 +59,3 @@ PACKAGES =+ "${PN}-openssl ${PN}-xx"
FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
-
-BBCLASSEXTEND = "native nativesdk"