]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-gst: Update LICENSE and LIC_FILES_CHKSUM info
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 27 Nov 2010 14:55:54 +0000 (22:55 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:55 +0000 (05:24 -0800)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb
meta/recipes-graphics/clutter/clutter-gst.inc

index 5580596f0918c40e04a0bc229d663b0e7597bbe3..46519a019de9ebdf89a7758461ee225cba899a0f 100644 (file)
@@ -2,6 +2,9 @@ require clutter-gst.inc
 
 PV = "0.11.0+git${SRCPV}"
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
+                    file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
+
 DEPENDS += "clutter-1.0"
 
 SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master"
index 0a2f261531b0139144a397a4b5e9f4e02e9b886b..c46d0f0ae8e6f31a52c9ff2b0eca104e6effea4a 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Clutter GStreamer"
 HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
 
 DEPENDS = "clutter-1.0 gstreamer gst-plugins-base"