]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux: disable raw
authorMarkus Volk <f_l_k@t-online.de>
Sun, 12 Sep 2021 17:19:19 +0000 (19:19 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Oct 2021 14:04:49 +0000 (04:04 -1000)
raw.h has been dropped in linux-libc-headers-5.14 leading to:

configure: error: raw selected, but required raw.h header file not available
WARNING: exit code 1 from a shell command.

Signed-off-by: MarkusVolk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7f577c10913104860121f682b9b3754870c4db23)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/util-linux/util-linux.inc

index 0e85603d9ab8441bbdfcca77c130da0f12bc9687..af4c0b9974435c5cc83702095e5b97ca8e42b3b5 100644 (file)
@@ -94,7 +94,7 @@ EXTRA_OECONF = "\
     \
     --disable-bfs --disable-chfn-chsh --disable-login \
     --disable-makeinstall-chown --disable-minix --disable-newgrp \
-    --disable-use-tty-group --disable-vipw \
+    --disable-use-tty-group --disable-vipw --disable-raw \
     \
     --without-udev \
     \