mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
util-linux: Remove --enable-raw from EXTRA_OECONF
Having both enable and disable flags for raw is confusing. Raw should be disabled so --enable-raw flag can be removed. (From OE-Core rev: 8acf5a1b5dd7827e72a722ef9ce35bf6bbc0df6b) Signed-off-by: Mateusz Marciniec <mateuszmar2@gmail.com> Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 011c549e2b005205923db6f69b60f8b29bee415f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5f3999c41a
commit
df982d1058
@@ -69,7 +69,7 @@ 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 \
|
||||
|
||||
Reference in New Issue
Block a user