From bb4adb38706b6a0d86a4be758b0219e6c23dd899 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 27 Jun 2013 17:40:49 +0100 Subject: clutter: fix out-of-tree builds Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- meta/recipes-graphics/clutter/clutter-1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index f51c7401eb..edc60811ee 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 } -- cgit 1.2.3-korg