]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Sep 2021 08:48:37 +0000 (09:48 +0100)
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>
meta/recipes-core/util-linux/util-linux_2.37.2.bb

index 9351595144999d9205ad3d2373485eb213e783fe..6f2808cc441dba1c357465959d2d99847a562323 100644 (file)
@@ -73,7 +73,7 @@ EXTRA_OECONF = "\
     \
     --disable-bfs --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 \
     \