summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 42ea6151e5..bd405f965d 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/recipes-core/psplash/psplash_git.bb
@@ -68,7 +68,7 @@ S = "${WORKDIR}/git"
68inherit autotools pkgconfig update-rc.d 68inherit autotools pkgconfig update-rc.d
69 69
70python do_compile () { 70python do_compile () {
71 import shutil 71 import shutil, commands
72 72
73 # Build a separate executable for each splash image 73 # Build a separate executable for each splash image
74 destfile = "%s/psplash-poky-img.h" % d.getVar('S', True) 74 destfile = "%s/psplash-poky-img.h" % d.getVar('S', True)