aboutsummaryrefslogtreecommitdiffstats
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
parent76ca305fcb5049deb534f59575a44eff1a5466f5 (diff)
downloadopenembedded-core-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>
-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
file://pathfix.patch;patch=1"
LICENSE = "GPLv2+ & LGPLv2+"
-
+LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"
PV = "0.0+git${SRCREV}"
PR = "r3"