diff options
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 2 |
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 42ea6151e..bd405f965 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb @@ -68,7 +68,7 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig update-rc.d python do_compile () { - import shutil + import shutil, commands # Build a separate executable for each splash image destfile = "%s/psplash-poky-img.h" % d.getVar('S', True) |