scons.bbclass: create ${D}${prefix} before calling scons
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 13 Dec 2007 11:16:19 +0000 (11:16 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 13 Dec 2007 11:16:19 +0000 (11:16 +0000)
classes/scons.bbclass

index 534b3bd..6d0a783 100644 (file)
@@ -6,6 +6,7 @@ scons_do_compile() {
 }
 
 scons_do_install() {
+       install -d ${D}${prefix}
         ${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} prefix=${D}${prefix} install || \
         oefatal "scons install execution failed."
 }