summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/psplash/psplash_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb
index 482670d0b4..5413b24057 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/recipes-core/psplash/psplash_git.bb
@@ -87,7 +87,7 @@ python do_compile () {
87 shutil.copyfile(localfile, destfile) 87 shutil.copyfile(localfile, destfile)
88 # For some reason just updating the header is not enough, we have to touch the .c 88 # For some reason just updating the header is not enough, we have to touch the .c
89 # file in order to get it to rebuild 89 # file in order to get it to rebuild
90 os.utime("psplash.c", None) 90 os.utime("%s/psplash.c" % d.getVar('S', True), None)
91 bb.build.exec_func("oe_runmake", d) 91 bb.build.exec_func("oe_runmake", d)
92 shutil.copyfile("psplash", outputfile) 92 shutil.copyfile("psplash", outputfile)
93} 93}