diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-27 17:52:12 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-27 17:52:12 +0000 |
commit | 4fb92e75d482f79cbf464c0194035a7f738af274 (patch) | |
tree | 97d9836efcbda5241ad1d082086262564ccd4fd8 /meta/packages | |
parent | 400f1ca0236f5610c83f9f6c151391741b94a12b (diff) | |
download | poky-4fb92e75d482f79cbf464c0194035a7f738af274.tar.gz |
clutter-gst: Disable DOLT
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/clutter/clutter-gst_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-gst_git.bb b/meta/packages/clutter/clutter-gst_git.bb index f69406473a..083dcdc7d8 100644 --- a/meta/packages/clutter/clutter-gst_git.bb +++ b/meta/packages/clutter/clutter-gst_git.bb | |||
@@ -8,3 +8,8 @@ SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ | |||
8 | file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c" | 8 | file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | |||
12 | do_configure_prepend () { | ||
13 | # Disable DOLT | ||
14 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
15 | } | ||