From: Markus Volk Date: Sun, 12 Sep 2021 17:19:19 +0000 (+0200) Subject: util-linux: disable raw X-Git-Tag: yocto-3.1.12~70 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7c2de7211d8c8790851a87d949d29c6e0e140dc2;p=openembedded-core.git util-linux: disable raw 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 Signed-off-by: Richard Purdie (cherry picked from commit 7f577c10913104860121f682b9b3754870c4db23) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 0e85603d9a..af4c0b9974 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -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 \ \