diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-01 16:06:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-01 16:06:24 +0000 |
commit | 648cb99667d719a14a601536b26f664b2db63819 (patch) | |
tree | 4fb4e22b232dbfa9691f63704e9e2fcdde59e944 /meta/packages/clutter/clutter_svn.bb | |
parent | 3f3eaca7eebd937b47a4dd7a673c8a721df11888 (diff) | |
download | poky-648cb99667d719a14a601536b26f664b2db63819.tar.gz |
clutter: Fix configure with trunk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4399 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/clutter/clutter_svn.bb')
-rw-r--r-- | meta/packages/clutter/clutter_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter_svn.bb b/meta/packages/clutter/clutter_svn.bb index 76ad7ce50f..bb36b6573a 100644 --- a/meta/packages/clutter/clutter_svn.bb +++ b/meta/packages/clutter/clutter_svn.bb | |||
@@ -3,9 +3,11 @@ require clutter.inc | |||
3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
4 | 4 | ||
5 | PV = "0.7.0+svnr${SRCREV}" | 5 | PV = "0.7.0+svnr${SRCREV}" |
6 | PR = "r2" | ||
6 | 7 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \ | 8 | SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \ |
8 | file://enable_tests.patch;patch=1 " | 9 | file://configure_fix.patch;patch=1 \ |
10 | file://enable_tests.patch;patch=1 " | ||
9 | 11 | ||
10 | S = "${WORKDIR}/clutter" | 12 | S = "${WORKDIR}/clutter" |
11 | 13 | ||