diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-27 22:55:54 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:55 -0800 |
commit | efc064340584a981ba094593d82616f48f087f83 (patch) | |
tree | cc24e0ccb2d0b79fa93411ea431392631f8608ab | |
parent | 9cdb0adf5fb36e41dfb93132c4be70c9e5fd2067 (diff) | |
download | poky-efc064340584a981ba094593d82616f48f087f83.tar.gz |
clutter-gst: Update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst.inc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb b/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb index 5580596f09..46519a019d 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb +++ b/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb | |||
@@ -2,6 +2,9 @@ require clutter-gst.inc | |||
2 | 2 | ||
3 | PV = "0.11.0+git${SRCPV}" | 3 | PV = "0.11.0+git${SRCPV}" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
6 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4" | ||
7 | |||
5 | DEPENDS += "clutter-1.0" | 8 | DEPENDS += "clutter-1.0" |
6 | 9 | ||
7 | SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master" | 10 | SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master" |
diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc index 0a2f261531..c46d0f0ae8 100644 --- a/meta/recipes-graphics/clutter/clutter-gst.inc +++ b/meta/recipes-graphics/clutter/clutter-gst.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Clutter GStreamer" | 1 | DESCRIPTION = "Clutter GStreamer" |
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2+" |
4 | 4 | ||
5 | DEPENDS = "clutter-1.0 gstreamer gst-plugins-base" | 5 | DEPENDS = "clutter-1.0 gstreamer gst-plugins-base" |
6 | 6 | ||