diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb b/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb deleted file mode 100644 index b736846034..0000000000 --- a/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | require clutter.inc | ||
| 2 | |||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | PACKAGES =+ "${PN}-examples" | ||
| 6 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
| 7 | |||
| 8 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.4/clutter-${PV}.tar.bz2 \ | ||
| 9 | file://enable_tests-1.4.patch;patch=1 \ | ||
| 10 | file://test-conformance-fix.patch;patch=1 " | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 13 | S = "${WORKDIR}/clutter-1.4.2" | ||
| 14 | |||
| 15 | BASE_CONF += "--disable-introspection" | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--with-json=check" | ||
| 18 | |||
| 19 | do_configure_prepend () { | ||
| 20 | # Disable DOLT | ||
| 21 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
| 22 | } | ||
| 23 | |||
| 24 | SRC_URI[md5sum] = "5a3c6d8414d4e286aba0a936f344c9b1" | ||
| 25 | SRC_URI[sha256sum] = "92fd67acce5105c933e54ad0c87d0f5ace1202fd0f87949cb49a3759e6e38892" | ||
