diff options
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.18.bb')
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.18.bb | 8 |
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 | |||
| 35 | 35 | ||
| 36 | EXTRA_OECONF = "--without-x" | 36 | EXTRA_OECONF = "--without-x" |
| 37 | 37 | ||
| 38 | PARALLEL_MAKEINST = "" | ||
| 39 | |||
| 40 | BBCLASSEXTEND = "native nativesdk" | 38 | BBCLASSEXTEND = "native nativesdk" |
| 39 | |||
| 40 | do_install_prepend () { | ||
| 41 | # Create bindir to fix parallel installation issues | ||
| 42 | mkdir -p ${D}/${bindir} | ||
| 43 | mkdir -p ${D}/${datadir} | ||
| 44 | } | ||
