diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 19:58:10 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 19:58:10 +0100 |
commit | a4762f928a5fe83b743054ec6c909f200f1e4204 (patch) | |
tree | c99cb0b6c2aae5e53567b748a4e660c6a3af7307 /meta/recipes-gnome/gnome | |
parent | 84a4ef2df8cafb55cd9e0bcf006898eee1606a4d (diff) | |
download | poky-a4762f928a5fe83b743054ec6c909f200f1e4204.tar.gz |
gobject-introspection: Add LICENSE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index fe6eea2855..b5e33fe689 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 \ | |||
5 | SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ | 5 | SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ |
6 | file://pathfix.patch;patch=1" | 6 | file://pathfix.patch;patch=1" |
7 | 7 | ||
8 | LICENSE = "GPLv2+ & LGPLv2+" | ||
9 | |||
8 | PV = "0.0+git${SRCREV}" | 10 | PV = "0.0+git${SRCREV}" |
9 | PR = "r3" | 11 | PR = "r3" |
10 | 12 | ||
@@ -21,4 +23,4 @@ do_configure_prepend () { | |||
21 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make | 23 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make |
22 | } | 24 | } |
23 | 25 | ||
24 | BBCLASSEXTEND = "native" \ No newline at end of file | 26 | BBCLASSEXTEND = "native" |