aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-06-02 13:49:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-03 13:12:13 +0100
commit970cdbe26d9b6d0bd93325c8e734416e679010df (patch)
tree460abf4fedbce0f4313e8bd3daeff54d4b1f0a1d /meta/recipes-devtools/mtools/mtools_3.9.9.bb
parent523c99a2f12c20ce7bfa7755609f2c860dda6717 (diff)
downloadopenembedded-core-contrib-970cdbe26d9b6d0bd93325c8e734416e679010df.tar.gz
mtools: Patch out a useless sanity check
The sanity check is ensuring that filesystem size is divisible by sectors-per-track. That seems to be just an optimization for ancient media, and quite tricky to accomplish as different dosfstools versions produce filesystems with different sectors-per-track. Continue processing even if filesystem size is not divisible by sectors-per-track. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_3.9.9.bb')
-rw-r--r--meta/recipes-devtools/mtools/mtools_3.9.9.bb4
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 3423917d00..2904ff4f98 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