diff options
author | 2017-03-10 22:34:02 +0100 | |
---|---|---|
committer | 2017-03-13 14:33:22 +0000 | |
commit | de001bd6bfcec943d274b649c62be6848cc9c3e6 (patch) | |
tree | 927586a4b9ab7173ede6170e74752a7b71e09345 | |
parent | 46349e1a8734fb94a04bf7c234c01fa175333238 (diff) | |
download | meta-gplv2-de001bd6bfcec943d274b649c62be6848cc9c3e6.tar.gz meta-gplv2-de001bd6bfcec943d274b649c62be6848cc9c3e6.tar.bz2 meta-gplv2-de001bd6bfcec943d274b649c62be6848cc9c3e6.zip |
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>
-rw-r--r-- | recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch | 2 | ||||
-rw-r--r-- | recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch | 4 |
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 program_name); - while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF) -+ while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) ++ while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF) /* Scan the command line for options */ switch (c) { 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 printf ("%s " VERSION " (" VERSION_DATE ")\n", program_name); -- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) -+ while ((c = getopt (argc, argv, "AbcCd:f:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) +- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF) ++ while ((c = getopt (argc, argv, "AbcCd:f:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF) /* Scan the command line for options */ switch (c) { |