]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: move BBCLASSEXTEND from gnutls.inc into the gnutls recipe
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 24 Apr 2017 19:13:16 +0000 (12:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 May 2017 11:21:34 +0000 (12:21 +0100)
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>
meta/recipes-support/gnutls/gnutls.inc
meta/recipes-support/gnutls/gnutls_3.5.9.bb

index 1ecad1f99535dc8a6af8bc4bd50616d3453067ab..e75d3a672c1fc1a3b50352069a1c61578daf1b0f 100644 (file)
@@ -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"
index 8f84dbbf495ccfca9e3701a24d8f6005218153af..92e58b1737256ea9ec15ecb49cd4a44641462afc 100644 (file)
@@ -8,3 +8,4 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
 SRC_URI[md5sum] = "0ab25eb6a1509345dd085bc21a387951"
 SRC_URI[sha256sum] = "82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951"
 
+BBCLASSEXTEND = "native nativesdk"