summaryrefslogtreecommitdiff
path: root/meta/recipes-support/gnutls/gnutls_3.5.9.bb
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-04 13:49:46 +0100
commitf371eb3334eb497a40f2a07f4694bff6e935400f (patch)
tree2168d79e0d5ef1a502bd92cb8e5ac199920922a0 /meta/recipes-support/gnutls/gnutls_3.5.9.bb
parente1dd85c0fac171e2e99543705117acff9afd713b (diff)
downloadopenembedded-core-f371eb3334eb497a40f2a07f4694bff6e935400f.tar.gz
openembedded-core-f371eb3334eb497a40f2a07f4694bff6e935400f.tar.bz2
openembedded-core-f371eb3334eb497a40f2a07f4694bff6e935400f.zip
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_3.5.9.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.5.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.5.9.bb b/meta/recipes-support/gnutls/gnutls_3.5.9.bb
index 8f84dbbf49..92e58b1737 100644
--- a/meta/recipes-support/gnutls/gnutls_3.5.9.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.5.9.bb
@@ -8,3 +8,4 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
SRC_URI[md5sum] = "0ab25eb6a1509345dd085bc21a387951"
SRC_URI[sha256sum] = "82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951"
+BBCLASSEXTEND = "native nativesdk"