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:09 +0100 |
commit | fbff096fd1168ec8147fb348fb36ecafcaefef19 (patch) | |
tree | 112b8d6403f80b2159173f66a0b51023563169d9 /meta/recipes-graphics/clutter/clutter-1.8_git.bb | |
parent | f5b49fd79a226565e416b97d114aa8f14afc1443 (diff) | |
download | openembedded-core-fbff096fd1168ec8147fb348fb36ecafcaefef19.tar.gz openembedded-core-fbff096fd1168ec8147fb348fb36ecafcaefef19.tar.bz2 openembedded-core-fbff096fd1168ec8147fb348fb36ecafcaefef19.zip |
clutter: DOLT isn't used anymore
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.8_git.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_git.bb b/meta/recipes-graphics/clutter/clutter-1.8_git.bb index 7d8bcb3f42..89d8026201 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_git.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" # the 1.8.4 tag SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" PV = "1.8.4+git${SRCPV}" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" @@ -18,8 +18,3 @@ S = "${WORKDIR}/git" BASE_CONF += "--disable-introspection" AUTOTOOLS_AUXDIR = "${S}/build" - -do_configure_prepend () { - # Disable DOLT - sed -i -e 's/^DOLT//' ${S}/configure.ac -} |