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 16:34:26 +0000 |
commit | fcb1b5a4d76f18d5cc1a0327ce41f6c188da6618 (patch) | |
tree | f2a0f37a12ccf2ac7c7379c4b1bda838e132881c /meta/recipes-support/gnutls/gnutls.inc | |
parent | 74e58bb1e8bd2431f219e062b8e18a8f253cd7cd (diff) | |
download | poky-fcb1b5a4d76f18d5cc1a0327ce41f6c188da6618.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-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/" | |||
3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
4 | DEPENDS = "zlib lzo gettext libtasn1 libgcrypt (>= 1.4.2)" | 4 | DEPENDS = "zlib lzo gettext libtasn1 libgcrypt (>= 1.4.2)" |
5 | 5 | ||
6 | BBCLASSEXTEND = "native" | ||
7 | |||
6 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
7 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE_${PN} = "LGPLv2.1+" |
8 | LICENSE_${PN}-xx = "GPLv2.1+" | 10 | LICENSE_${PN}-xx = "GPLv2.1+" |