aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools_4.0.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.18.bb')
-rw-r--r--meta/recipes-devtools/mtools/mtools_4.0.18.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
index 6c71f0ab1f..b2cfe9ad9a 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.18.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
@@ -35,6 +35,10 @@ inherit autotools texinfo
EXTRA_OECONF = "--without-x"
-PARALLEL_MAKEINST = ""
-
BBCLASSEXTEND = "native nativesdk"
+
+do_install_prepend () {
+ # Create bindir to fix parallel installation issues
+ mkdir -p ${D}/${bindir}
+ mkdir -p ${D}/${datadir}
+}