summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dosfstools/dosfstools_4.1.bb')
-rw-r--r--meta/recipes-devtools/dosfstools/dosfstools_4.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
index 23b8836670..e4ab113391 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b741247
16 16
17UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases" 17UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases"
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig update-alternatives
20 20
21EXTRA_OECONF = "--without-udev --enable-compat-symlinks" 21EXTRA_OECONF = "--without-udev --enable-compat-symlinks"
22 22
@@ -26,3 +26,7 @@ BBCLASSEXTEND = "native"
26 26
27# Add codepage437 to avoid error from `dosfsck -l` 27# Add codepage437 to avoid error from `dosfsck -l`
28RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437" 28RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437"
29
30ALTERNATIVE_PRIORITY = "100"
31ALTERNATIVE_${PN} = "mkfs.vfat"
32ALTERNATIVE_LINK_NAME[mkfs.vfat] = "${sbindir}/mkfs.vfat"