mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-20 01:19:39 +00:00
cifs-utils: typo fix fakse --> false
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
48596d4db3
commit
02aeda00ab
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user