From: Ross Burton Date: Thu, 27 Jun 2013 16:40:49 +0000 (+0100) Subject: clutter: fix out-of-tree builds X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4adb38706b6a0d86a4be758b0219e6c23dd899;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git clutter: fix out-of-tree builds Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index f51c7401eb6..edc60811ee6 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc @@ -42,5 +42,5 @@ FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" do_configure_prepend() { # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this - touch -t 200001010000 po/clutter-1.0.pot + touch -t 200001010000 ${S}/po/clutter-1.0.pot }