]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: Add LIC_FILES_CHKSUM
authorSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 01:00:05 +0000 (17:00 -0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 13 Dec 2010 20:27:47 +0000 (12:27 -0800)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-graphics/clutter/clutter-1.0_git.bb
meta/recipes-graphics/clutter/clutter_git.bb

index 7e62954ee57cfa8c48269b879a86c7022ee32019..ec50f076bac8fe8cfa41db489d3dd6499c3f7b82 100644 (file)
@@ -9,6 +9,7 @@ FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
 SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
            file://enable_tests-1.0.patch;patch=1 "
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 S = "${WORKDIR}/git"
 
 BASE_CONF += "--disable-introspection"
index a20515ec5ebb6cc6d5aea05cff12c839e78e7ff3..dd5f980df3334bf50b87bb8599cb48347d1ade73 100644 (file)
@@ -1,6 +1,8 @@
 require clutter.inc
 require clutter-package.inc
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
 PV = "1.0.0+git${SRCPV}"
 PR = "r8"
 
@@ -14,4 +16,4 @@ BASE_CONF += "--disable-introspection"
 do_configure_prepend () {
        # Disable DOLT
        sed -i -e 's/^DOLT//' ${S}/configure.ac
-}
\ No newline at end of file
+}