summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2021-09-12 19:19:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-16 09:50:34 +0100
commit3e1026ef31efabe43b7e821e23f42981ce3e04bf (patch)
tree8f2aa7d6f6de80628e11f740a44324e93134a758 /meta/recipes-core
parentf3961107e29bf854ea85dbba41f400c7e5dfc81c (diff)
downloadpoky-3e1026ef31efabe43b7e821e23f42981ce3e04bf.tar.gz
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. (From OE-Core rev: 7f577c10913104860121f682b9b3754870c4db23) Signed-off-by: MarkusVolk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.37.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.37.2.bb b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
index 9351595144..6f2808cc44 100644
--- a/meta/recipes-core/util-linux/util-linux_2.37.2.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
@@ -73,7 +73,7 @@ EXTRA_OECONF = "\
73 \ 73 \
74 --disable-bfs --disable-login \ 74 --disable-bfs --disable-login \
75 --disable-makeinstall-chown --disable-minix --disable-newgrp \ 75 --disable-makeinstall-chown --disable-minix --disable-newgrp \
76 --disable-use-tty-group --disable-vipw \ 76 --disable-use-tty-group --disable-vipw --disable-raw \
77 \ 77 \
78 --without-udev \ 78 --without-udev \
79 \ 79 \