]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: add BBCLASSEXTEND = native
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 24 Mar 2011 09:36:12 +0000 (10:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Mar 2011 13:25:30 +0000 (13:25 +0000)
This is needed for the native recipes in meta-efl

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls.inc

index 76f4ca63fd98039ed42510b89ce4b1d3ecb6a58b..a795585d6fa42e6e504eb5139c64733f265ef3e9 100644 (file)
@@ -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+"