summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-12-10 17:00:05 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-13 12:27:47 -0800
commitc6115dcbca7ef3f5a8585f7dde80575e89b9aad6 (patch)
tree49e29fbe9e2a3830ca9369bdd349002a09372e14 /meta/recipes-graphics/clutter
parent9ad63ed328f6097481bd34f7f809b0c2ffdc63ef (diff)
downloadpoky-c6115dcbca7ef3f5a8585f7dde80575e89b9aad6.tar.gz
clutter: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.0_git.bb1
-rw-r--r--meta/recipes-graphics/clutter/clutter_git.bb4
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_git.bb b/meta/recipes-graphics/clutter/clutter-1.0_git.bb
index 7e62954ee5..ec50f076ba 100644
--- a/meta/recipes-graphics/clutter/clutter-1.0_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-1.0_git.bb
@@ -9,6 +9,7 @@ FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
9SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \ 9SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
10 file://enable_tests-1.0.patch;patch=1 " 10 file://enable_tests-1.0.patch;patch=1 "
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
13 14
14BASE_CONF += "--disable-introspection" 15BASE_CONF += "--disable-introspection"
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index a20515ec5e..dd5f980df3 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -1,6 +1,8 @@
1require clutter.inc 1require clutter.inc
2require clutter-package.inc 2require clutter-package.inc
3 3
4LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
5
4PV = "1.0.0+git${SRCPV}" 6PV = "1.0.0+git${SRCPV}"
5PR = "r8" 7PR = "r8"
6 8
@@ -14,4 +16,4 @@ BASE_CONF += "--disable-introspection"
14do_configure_prepend () { 16do_configure_prepend () {
15 # Disable DOLT 17 # Disable DOLT
16 sed -i -e 's/^DOLT//' ${S}/configure.ac 18 sed -i -e 's/^DOLT//' ${S}/configure.ac
17} \ No newline at end of file 19}