1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 15:50:16 +00:00

clutter: Fix locked down revision patch

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-12-10 16:59:56 +00:00
parent 5386327d34
commit 57bf2cf3b6
2 changed files with 35 additions and 2 deletions
+3 -2
View File
@@ -2,10 +2,11 @@ require clutter.inc
require clutter-package.inc
PV = "1.0.0+git${SRCPV}"
PR = "r6"
PR = "r7"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
file://enable_tests.patch;patch=1 "
file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
file://enable_tests.patch;patch=1;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
S = "${WORKDIR}/git"
BASE_CONF += "--disable-introspection"