gnutls: add BBCLASSEXTEND = native

This is needed for the native recipes in meta-efl

(From OE-Core rev: 073f162529e5b84f12d348ae49edccc377ec5f7e)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Koen Kooi 2011-03-24 10:36:12 +01:00 committed by Richard Purdie
parent 74e58bb1e8
commit fcb1b5a4d7
1 changed files with 2 additions and 0 deletions

View 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+"