diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-24 10:36:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-25 13:25:30 +0000 |
commit | 073f162529e5b84f12d348ae49edccc377ec5f7e (patch) | |
tree | eea63041796da429fe9890eea4a5bb29d55d2d28 /meta/recipes-support | |
parent | bbbc60f24969f9ec596ab344fbb557d5e21c2abf (diff) | |
download | openembedded-core-073f162529e5b84f12d348ae49edccc377ec5f7e.tar.gz openembedded-core-073f162529e5b84f12d348ae49edccc377ec5f7e.tar.bz2 openembedded-core-073f162529e5b84f12d348ae49edccc377ec5f7e.zip |
gnutls: add BBCLASSEXTEND = native
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | 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 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+" |