diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 16:31:34 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:45 -0800 |
commit | 6230d87838362b68dbadbdb467a3c7cead086817 (patch) | |
tree | fe3e2553ada035466c2c193fb79d1088e7670f84 /meta/recipes-gnome | |
parent | 76ca305fcb5049deb534f59575a44eff1a5466f5 (diff) | |
download | poky-6230d87838362b68dbadbdb467a3c7cead086817.tar.gz |
gobject-introspection:Add license checksum to bb file
Add COPYING.lib and COPYING.tools files checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index b5e33fe689..81d279ac71 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb | |||
@@ -6,7 +6,8 @@ SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=g | |||
6 | file://pathfix.patch;patch=1" | 6 | file://pathfix.patch;patch=1" |
7 | 7 | ||
8 | LICENSE = "GPLv2+ & LGPLv2+" | 8 | LICENSE = "GPLv2+ & LGPLv2+" |
9 | 9 | LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ | |
10 | file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
10 | PV = "0.0+git${SRCREV}" | 11 | PV = "0.0+git${SRCREV}" |
11 | PR = "r3" | 12 | PR = "r3" |
12 | 13 | ||