diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-06 13:14:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-17 18:04:19 +0100 |
commit | 38adf05204ddbefd2a3119009646f47f1a5f505b (patch) | |
tree | d8661923fc3639823c4dda6bf503fdbfcfb3c337 /meta/recipes-graphics/clutter/cogl_git.bb | |
parent | 0baa0717b9afd421545ae4d4bdd73062fe3babec (diff) | |
download | poky-38adf05204ddbefd2a3119009646f47f1a5f505b.tar.gz |
clutter: DOLT isn't used anymore
(From OE-Core rev: fbff096fd1168ec8147fb348fb36ecafcaefef19)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl_git.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/cogl_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-graphics/clutter/cogl_git.bb b/meta/recipes-graphics/clutter/cogl_git.bb index 682f93101b..a3e1903134 100644 --- a/meta/recipes-graphics/clutter/cogl_git.bb +++ b/meta/recipes-graphics/clutter/cogl_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
5 | # the 1.8.2 tag | 5 | # the 1.8.2 tag |
6 | SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" | 6 | SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" |
7 | PV = "1.8.2+git${SRCPV}" | 7 | PV = "1.8.2+git${SRCPV}" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |
11 | 11 | ||
@@ -14,8 +14,3 @@ SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master \ | |||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | AUTOTOOLS_AUXDIR = "${S}/build" | 16 | AUTOTOOLS_AUXDIR = "${S}/build" |
17 | |||
18 | do_configure_prepend () { | ||
19 | # Disable DOLT | ||
20 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
21 | } | ||