diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 17:00:05 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-13 12:27:47 -0800 |
commit | c6115dcbca7ef3f5a8585f7dde80575e89b9aad6 (patch) | |
tree | 49e29fbe9e2a3830ca9369bdd349002a09372e14 /meta/recipes-graphics/clutter | |
parent | 9ad63ed328f6097481bd34f7f809b0c2ffdc63ef (diff) | |
download | poky-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.bb | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter_git.bb | 4 |
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" | |||
9 | SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \ | 9 | SRC_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 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||
14 | BASE_CONF += "--disable-introspection" | 15 | BASE_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 @@ | |||
1 | require clutter.inc | 1 | require clutter.inc |
2 | require clutter-package.inc | 2 | require clutter-package.inc |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
5 | |||
4 | PV = "1.0.0+git${SRCPV}" | 6 | PV = "1.0.0+git${SRCPV}" |
5 | PR = "r8" | 7 | PR = "r8" |
6 | 8 | ||
@@ -14,4 +16,4 @@ BASE_CONF += "--disable-introspection" | |||
14 | do_configure_prepend () { | 16 | do_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 | } |