summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Marciniec <mateuszmar2@gmail.com>2022-08-23 11:29:09 +0200
committerSteve Sakoman <steve@sakoman.com>2022-08-31 04:16:07 -1000
commit8acf5a1b5dd7827e72a722ef9ce35bf6bbc0df6b (patch)
treeaf0d4164f47ad5f86c2bf1d86a0007922818b922
parente5ce33228858fcc12051548399c71ce10346bf5b (diff)
downloadopenembedded-core-8acf5a1b5dd7827e72a722ef9ce35bf6bbc0df6b.tar.gz
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. 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>
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.37.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.37.4.bb b/meta/recipes-core/util-linux/util-linux_2.37.4.bb
index b39020884f..f6d3ea2bc1 100644
--- a/meta/recipes-core/util-linux/util-linux_2.37.4.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.37.4.bb
@@ -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 \