diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-27 17:40:49 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-02 07:58:07 -0700 |
commit | bb4adb38706b6a0d86a4be758b0219e6c23dd899 (patch) | |
tree | 661d840af9e56304eb173ba97b7b48171f262621 /meta/recipes-graphics/clutter | |
parent | 3cc3a95b86cb367574f7754bed655f27045cf5a7 (diff) | |
download | openembedded-core-bb4adb38706b6a0d86a4be758b0219e6c23dd899.tar.gz openembedded-core-bb4adb38706b6a0d86a4be758b0219e6c23dd899.tar.bz2 openembedded-core-bb4adb38706b6a0d86a4be758b0219e6c23dd899.zip |
clutter: fix out-of-tree builds
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | 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 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 } |