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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index 3423917d004..2904ff4f984 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb @@ -33,7 +33,9 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/mtools-${PV}.tar.gz file://mtools-makeinfo.patch \ file://mtools.patch \ file://no-x11.patch \ - file://fix-broken-lz.patch" + file://fix-broken-lz.patch \ + file://0001-Continue-even-if-fs-size-is-not-divisible-by-sectors.patch \ + " inherit autotools texinfo |