diff options
-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 | ||