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>
This commit is contained in:
Joshua Lock 2011-04-19 13:44:02 -07:00 committed by Richard Purdie
parent 3bd2c0ae5e
commit 059539f57a
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
require recipes-graphics/clutter/clutter.inc
PR = "r0"
PR = "r1"
# Internal json-glib was removed in Clutter 1.5.2
STDDEPENDS += "json-glib"
@ -9,8 +9,7 @@ PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \
file://enable_tests-1.4.patch \
file://test-conformance-fix.patch"
file://enable_tests-1.4.patch"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
S = "${WORKDIR}/clutter-1.6.8"