| Submitter | Saul Wold |
|---|---|
| Date | March 6, 2012, 5:03 p.m. |
| Message ID | <7bc85c20659b1eac73d02000c35695bb84ee455d.1331053126.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/22789/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 42ea615..bd405f9 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)