summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
diff options
context:
space:
mode:
authorEmma Holmberg Ohlsson <emma.holmberg.ohlsson@axis.com>2017-03-10 22:34:02 +0100
committerRoss Burton <ross.burton@intel.com>2017-03-13 14:33:22 +0000
commitde001bd6bfcec943d274b649c62be6848cc9c3e6 (patch)
tree927586a4b9ab7173ede6170e74752a7b71e09345 /recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
parent46349e1a8734fb94a04bf7c234c01fa175333238 (diff)
downloadmeta-gplv2-de001bd6bfcec943d274b649c62be6848cc9c3e6.tar.gz
dosfstools: Restore support for the -h option to mkdosfs
The support for the -h option to mkdosfs was accidentally removed when the target and native versions of the recipe were unified back in Dylan... Signed-off-by: Emma Holmberg Ohlsson <emma.holmberg.ohlsson@axis.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch')
-rw-r--r--recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch b/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
index ae21bee..872fd82 100644
--- a/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
+++ b/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
@@ -183,7 +183,7 @@ Index: dosfstools-2.11/mkdosfs/mkdosfs.c
183 program_name); 183 program_name);
184 184
185- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF) 185- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF)
186+ while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) 186+ while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF)
187 /* Scan the command line for options */ 187 /* Scan the command line for options */
188 switch (c) 188 switch (c)
189 { 189 {