diff options
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb')
-rw-r--r-- | import-layers/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/import-layers/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb index efde547e2..b0efc9ecf 100644 --- a/import-layers/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb +++ b/import-layers/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb @@ -29,7 +29,9 @@ SRC_URI[sha256sum] = "59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ file://mtools-makeinfo.patch \ - file://no-x11.gplv3.patch" + file://no-x11.gplv3.patch \ + file://0001-Continue-even-if-fs-size-is-not-divisible-by-sectors.patch \ + " inherit autotools texinfo |