| Submitter | Koen Kooi |
|---|---|
| Date | March 24, 2011, 9:36 a.m. |
| Message ID | <1300959372-27675-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/1743/ |
| State | New, archived |
| Headers | show |
Comments
Any comments? Op 24 mrt 2011, om 10:36 heeft koen@dominion.thruhere.net het volgende geschreven: > From: Koen Kooi <koen@dominion.thruhere.net> > > This is needed for the native recipes in meta-efl > > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > 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 76f4ca6..a795585 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+" > -- > 1.6.6.1 >
On Thu, 2011-03-24 at 10:36 +0100, koen@dominion.thruhere.net wrote: > From: Koen Kooi <koen@dominion.thruhere.net> > > This is needed for the native recipes in meta-efl > > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > meta/recipes-support/gnutls/gnutls.inc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 76f4ca6..a795585 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+"