All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gnutls: move BBCLASSEXTEND from gnutls.inc into the gnutls recipe
@ 2017-04-24 19:13 Andre McCurdy
  0 siblings, 0 replies; only message in thread
From: Andre McCurdy @ 2017-04-24 19:13 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-support/gnutls/gnutls.inc      | 2 --
 meta/recipes-support/gnutls/gnutls_3.5.9.bb | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 1ecad1f..e75d3a6 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"
diff --git a/meta/recipes-support/gnutls/gnutls_3.5.9.bb b/meta/recipes-support/gnutls/gnutls_3.5.9.bb
index 8f84dbb..92e58b1 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"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-24 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 19:13 [PATCH] gnutls: move BBCLASSEXTEND from gnutls.inc into the gnutls recipe Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.