summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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
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')
-rw-r--r--recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch2
-rw-r--r--recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch4
2 files changed, 3 insertions, 3 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 {
diff --git a/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch b/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
index 3ba4711..9643932 100644
--- a/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
+++ b/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
@@ -609,8 +609,8 @@ Index: dosfstools-2.11/mkdosfs/mkdosfs.c
609 printf ("%s " VERSION " (" VERSION_DATE ")\n", 609 printf ("%s " VERSION " (" VERSION_DATE ")\n",
610 program_name); 610 program_name);
611 611
612- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) 612- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF)
613+ while ((c = getopt (argc, argv, "AbcCd:f:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) 613+ while ((c = getopt (argc, argv, "AbcCd:f:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF)
614 /* Scan the command line for options */ 614 /* Scan the command line for options */
615 switch (c) 615 switch (c)
616 { 616 {