diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-04-19 13:44:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-19 23:48:42 +0100 |
commit | 059539f57aaf12857b9d52f413fe6cea79aedb31 (patch) | |
tree | 84822652a234c9ee5f961a17417eed2855a0a1ef | |
parent | 3bd2c0ae5ec0e96f44e6855ef1809b7320fb0a9e (diff) | |
download | poky-059539f57aaf12857b9d52f413fe6cea79aedb31.tar.gz |
clutter-1.6: drop no longer required patch
The test-conformance-fix.patch is no longer required for clutter-1.6
(From OE-Core rev: f00a09d0558f8bdff27dcebf7c9217609e19bc3f)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb b/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb index ffcc42d3ee..f30398daaa 100644 --- a/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | 1 | require recipes-graphics/clutter/clutter.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | # Internal json-glib was removed in Clutter 1.5.2 | 5 | # Internal json-glib was removed in Clutter 1.5.2 |
6 | STDDEPENDS += "json-glib" | 6 | STDDEPENDS += "json-glib" |
@@ -9,8 +9,7 @@ PACKAGES =+ "${PN}-examples" | |||
9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | 9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" |
10 | 10 | ||
11 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ |
12 | file://enable_tests-1.4.patch \ | 12 | file://enable_tests-1.4.patch" |
13 | file://test-conformance-fix.patch" | ||
14 | 13 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
16 | S = "${WORKDIR}/clutter-1.6.8" | 15 | S = "${WORKDIR}/clutter-1.6.8" |