From: Richard Purdie Date: Thu, 30 Sep 2010 18:58:10 +0000 (+0100) Subject: gobject-introspection: Add LICENSE X-Git-Tag: yocto-4.0~44096 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4762f928a5fe83b743054ec6c909f200f1e4204;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gobject-introspection: Add LICENSE Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index fe6eea28553..b5e33fe6890 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb @@ -5,6 +5,8 @@ SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ file://pathfix.patch;patch=1" +LICENSE = "GPLv2+ & LGPLv2+" + PV = "0.0+git${SRCREV}" PR = "r3" @@ -21,4 +23,4 @@ do_configure_prepend () { echo "EXTRA_DIST = " > ${S}/gtk-doc.make } -BBCLASSEXTEND = "native" \ No newline at end of file +BBCLASSEXTEND = "native"