From 02aeda00ab3769abc0bd651f7d1c4998f436ac6e Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Tue, 10 Aug 2021 12:52:00 -0700 Subject: cifs-utils: typo fix fakse --> false Signed-off-by: Geoff Parker Signed-off-by: Khem Raj --- meta-networking/recipes-support/cifs/cifs-utils_6.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') 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 } -- cgit v1.2.3-54-g00ecf