diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 23:10:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:24 +0000 |
commit | 3e597cdd7136f6f4400fca7010514a9455720604 (patch) | |
tree | a1d0f22b9e131b13037ab25c65fd01f10a0acd33 /meta/recipes-graphics/clutter | |
parent | 443178d3d34f297cbd67dbe7e9cb803ec112f5db (diff) | |
download | poky-3e597cdd7136f6f4400fca7010514a9455720604.tar.gz |
tidy: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/tidy.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/tidy_git.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/tidy.inc b/meta/recipes-graphics/clutter/tidy.inc index 7d5862b18f..19685918dc 100644 --- a/meta/recipes-graphics/clutter/tidy.inc +++ b/meta/recipes-graphics/clutter/tidy.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Tidy library" | 1 | DESCRIPTION = "Tidy library" |
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2.1+" |
4 | 4 | ||
5 | STDDEPENDS = "clutter-1.0" | 5 | STDDEPENDS = "clutter-1.0" |
6 | BASE_CONF = "--disable-gtk-doc" | 6 | BASE_CONF = "--disable-gtk-doc" |
diff --git a/meta/recipes-graphics/clutter/tidy_git.bb b/meta/recipes-graphics/clutter/tidy_git.bb index 178526027e..222ac6e9d1 100644 --- a/meta/recipes-graphics/clutter/tidy_git.bb +++ b/meta/recipes-graphics/clutter/tidy_git.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | require tidy.inc | 1 | require tidy.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
4 | file://tidy/tidy.h;endline=21;md5=ac342e7aac55849bf0755d79967fa3e8" | ||
5 | |||
3 | PV = "0.1.0+git${SRCPV}" | 6 | PV = "0.1.0+git${SRCPV}" |
4 | PR = "r7" | 7 | PR = "r7" |
5 | 8 | ||