From patchwork Thu Mar 24 09:36:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gnutls: add BBCLASSEXTEND = native Date: Thu, 24 Mar 2011 09:36:12 -0000 From: Koen Kooi X-Patchwork-Id: 1743 Message-Id: <1300959372-27675-1-git-send-email-koen@dominion.thruhere.net> To: openembedded-core@lists.openembedded.org Cc: Koen Kooi From: Koen Kooi This is needed for the native recipes in meta-efl Signed-off-by: Koen Kooi --- meta/recipes-support/gnutls/gnutls.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 76f4ca6..a795585 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -3,6 +3,8 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/" BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" DEPENDS = "zlib lzo gettext libtasn1 libgcrypt (>= 1.4.2)" +BBCLASSEXTEND = "native" + LICENSE = "GPLv3+ & LGPLv2.1+" LICENSE_${PN} = "LGPLv2.1+" LICENSE_${PN}-xx = "GPLv2.1+"