[oe-commits] Ross Burton : clutter: fix out-of-tree builds

git at git.openembedded.org git at git.openembedded.org
Tue Jul 2 21:20:42 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: bb4adb38706b6a0d86a4be758b0219e6c23dd899
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb4adb38706b6a0d86a4be758b0219e6c23dd899

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jun 27 17:40:49 2013 +0100

clutter: fix out-of-tree builds

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/clutter/clutter-1.0.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc
index f51c740..edc6081 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
 }



More information about the Openembedded-commits mailing list