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

index 6dfb47db77178d45bfe4a396580ab57d7be65afe..b645514835cb2bfd019bbfdbbcf384d4b91751c0 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Table Clutter Demo"
 HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1 & GPLv2"
 
 DEPENDS = "clutter-gst-1.0 gnome-vfs"
 
index 5aa4153c1ab42449919ea0e27c083aab0f124913..5a5091cc1df3baa9a09b14d446c60d444f8010b9 100644 (file)
@@ -1,5 +1,8 @@
 require table.inc
 
+LIC_FILES_CHKSUM = "file://fluttr/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+                    file://script-viewer/COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
 PV = "0.3.0+git${SRCPV}"
 PR = "r1"