diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-27 17:40:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-02 22:23:47 +0100 |
commit | 5da33c5e2bf2243ba5a4a356c97654142124d326 (patch) | |
tree | 805bf6ee13f759ad22fe5e920466bea7c46b31d7 /meta/recipes-graphics | |
parent | 73af7e202ba2b9588bdfeb8b0f29f01762acea13 (diff) | |
download | poky-5da33c5e2bf2243ba5a4a356c97654142124d326.tar.gz |
clutter: fix out-of-tree builds
(From OE-Core rev: bb4adb38706b6a0d86a4be758b0219e6c23dd899)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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" | |||
42 | 42 | ||
43 | do_configure_prepend() { | 43 | do_configure_prepend() { |
44 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this | 44 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this |
45 | touch -t 200001010000 po/clutter-1.0.pot | 45 | touch -t 200001010000 ${S}/po/clutter-1.0.pot |
46 | } | 46 | } |