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>
This commit is contained in:
Ross Burton 2013-06-27 17:40:49 +01:00 committed by Richard Purdie
parent 73af7e202b
commit 5da33c5e2b
1 changed files with 1 additions and 1 deletions

View 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
}