Hi Geoff, On 8/10/21 7:45 PM, Geoff Parker wrote: > From: Geoff Parker <[email protected]> > > Signed-off-by: Geoff Parker <[email protected]> > --- > meta-networking/recipes-support/cifs/cifs-utils_6.13.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 54aa3ce19..a8d3e91eb 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 > }
Thanks for the patch. Good catch. However, you should send it to [email protected] instead (see the MAINTAINERS file under meta-networking). Thanks again, Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154694): https://lists.openembedded.org/g/openembedded-core/message/154694 Mute This Topic: https://lists.openembedded.org/mt/84798807/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
