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