summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 16:31:34 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:45 -0800
commit6230d87838362b68dbadbdb467a3c7cead086817 (patch)
treefe3e2553ada035466c2c193fb79d1088e7670f84 /meta
parent76ca305fcb5049deb534f59575a44eff1a5466f5 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-gnome/gnome/gobject-introspection_git.bb3
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
8LICENSE = "GPLv2+ & LGPLv2+" 8LICENSE = "GPLv2+ & LGPLv2+"
9 9LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \
10 file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"
10PV = "0.0+git${SRCREV}" 11PV = "0.0+git${SRCREV}"
11PR = "r3" 12PR = "r3"
12 13