summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {
26 # want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant 26 # want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant
27 # must override ROOTSBINDIR (default '/sbin'), 27 # must override ROOTSBINDIR (default '/sbin'),
28 # setting --exec-prefix or --prefix in EXTRA_OECONF does not work 28 # setting --exec-prefix or --prefix in EXTRA_OECONF does not work
29 if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','fakse',d)}; then 29 if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then
30 export ROOTSBINDIR=${sbindir} 30 export ROOTSBINDIR=${sbindir}
31 fi 31 fi
32} 32}