From: Koen Kooi Date: Thu, 24 Mar 2011 09:36:12 +0000 (+0100) Subject: gnutls: add BBCLASSEXTEND = native X-Git-Tag: 2011-1~1949 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=073f162529e5b84f12d348ae49edccc377ec5f7e;p=openembedded-core.git gnutls: add BBCLASSEXTEND = native This is needed for the native recipes in meta-efl Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 76f4ca63fd..a795585d6f 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+"