> -----Original Message----- > From: [email protected] <openembedded- > [email protected]> On Behalf Of Mateusz Marciniec > Sent: den 19 augusti 2022 13:34 > To: [email protected] > Cc: Mateusz Marciniec <[email protected]>; Tomasz Dziendzielski > <[email protected]> > Subject: [OE-core] [PATCH] util-linux: Remove raw flags in EXTRA_OECONF > > Having both enable and disable flags for raw is confusing. > Raw should not be enabled so both flags can be removed. > > Signed-off-by: Mateusz Marciniec <[email protected]> > Signed-off-by: Tomasz Dziendzielski <[email protected]> > --- > meta/recipes-core/util-linux/util-linux_2.38.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-core/util-linux/util-linux_2.38.1.bb > b/meta/recipes-core/util-linux/util-linux_2.38.1.bb > index 8a7b47a0c6..a93ae83cd6 100644 > --- a/meta/recipes-core/util-linux/util-linux_2.38.1.bb > +++ b/meta/recipes-core/util-linux/util-linux_2.38.1.bb > @@ -69,12 +69,12 @@ EXTRA_OECONF = "\ > --enable-libuuid --enable-libblkid \ > \ > --enable-fsck --enable-kill --enable-last --enable-mesg \ > - --enable-mount --enable-partx --enable-raw --enable-rfkill \ > + --enable-mount --enable-partx --enable-rfkill \ > --enable-unshare --enable-write \ > \ > --disable-bfs --disable-login \ > --disable-makeinstall-chown --disable-minix --disable-newgrp \ > - --disable-use-tty-group --disable-vipw --disable-raw \ > + --disable-use-tty-group --disable-vipw \
A quick look in configure.ac for util-linux indicates that it will start to look for linux/raw.h and enable raw support if it exists if you remove the --disable-raw option. So you should leave the --disable-raw option to maintain the current deterministic behavior. > \ > --without-udev \ > \ > -- > 2.37.1 //Peter
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169632): https://lists.openembedded.org/g/openembedded-core/message/169632 Mute This Topic: https://lists.openembedded.org/mt/93122339/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
