diff options
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_3.9.9.bb')
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index f6dd3361c9..9cd1c5726c 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb | |||
| @@ -44,6 +44,10 @@ inherit autotools texinfo | |||
| 44 | 44 | ||
| 45 | EXTRA_OECONF = "--without-x" | 45 | EXTRA_OECONF = "--without-x" |
| 46 | 46 | ||
| 47 | PARALLEL_MAKEINST = "" | ||
| 48 | |||
| 49 | BBCLASSEXTEND = "native nativesdk" | 47 | BBCLASSEXTEND = "native nativesdk" |
| 48 | |||
| 49 | do_install_prepend () { | ||
| 50 | # Create bindir to fix parallel installation issues | ||
| 51 | mkdir -p ${D}/${bindir} | ||
| 52 | mkdir -p ${D}/${datadir} | ||
| 53 | } | ||
