aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2021-08-10 12:52:00 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-11 10:23:54 -0700
commit02aeda00ab3769abc0bd651f7d1c4998f436ac6e (patch)
tree7c47c7732654e718aae0686c2e2ab8036d588766 /meta-networking
parent48596d4db3b25e7d50c441857dd60f0f0a4c169e (diff)
downloadmeta-openembedded-contrib-02aeda00ab3769abc0bd651f7d1c4998f436ac6e.tar.gz
cifs-utils: typo fix fakse --> false
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_6.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb
index 54aa3ce19c..a8d3e91ebb 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb
@@ -26,7 +26,7 @@ do_configure:prepend() {
# want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant
# must override ROOTSBINDIR (default '/sbin'),
# setting --exec-prefix or --prefix in EXTRA_OECONF does not work
- if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','fakse',d)}; then
+ if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then
export ROOTSBINDIR=${sbindir}
fi
}