aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-28 17:28:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:48:23 +0000
commitcb8fbc332f730cbb4d9c9866ee7b95d62245d121 (patch)
tree93a899b54a12b2335137ada9cefdb58dbe280d47 /meta/recipes-qt/qt4
parent3d5050d281e9535d1931848fe6c0adb4e7afd629 (diff)
downloadopenembedded-core-cb8fbc332f730cbb4d9c9866ee7b95d62245d121.tar.gz
guile: touch compiled modules on sstate install
When guile is installed from sstate, if the compiled files get a modified time older than the source files then guile will produce warnings like this: ;;; note: source file /data/poky-master/tmp/sysroots/x86_64-linux/usr/share/guile/2.0/ice-9/boot-9.scm ;;; newer than compiled /data/poky-master/tmp/sysroots/x86_64-linux/usr/lib/guile/2.0/ccache/ice-9/boot-9.go Not staging the files and letting guile re-compile them on demand won't work: ;;; compiling /data/poky-master/tmp/sysroots/x86_64-linux/usr/share/guile/2.0/system/base/compile.scm ;;; it seems /data/poky-master/tmp/sysroots/x86_64-linux/usr/share/guile/2.0/system/base/compile.scm ;;; is part of the compiler; skipping auto-compilation So, use a sstate postinst function to explicitly touch the compiled files after the extraction to ensure that they are fresher. [ YOCTO #3370 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
0 files changed, 0 insertions, 0 deletions