]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: fix out-of-tree builds
authorRoss Burton <ross.burton@intel.com>
Thu, 27 Jun 2013 16:40:49 +0000 (17:40 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 2 Jul 2013 14:58:07 +0000 (07:58 -0700)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/clutter/clutter-1.0.inc

index f51c7401eb6e99963fade8f1ccb5bf39029d1b48..edc60811ee676282d7507a885bec91eb45348808 100644 (file)
@@ -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
 }