From df982d10580cab09341e5d85add17fb1e9c4feef Mon Sep 17 00:00:00 2001 From: Mateusz Marciniec Date: Tue, 23 Aug 2022 11:29:09 +0200 Subject: [PATCH] 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. (From OE-Core rev: 8acf5a1b5dd7827e72a722ef9ce35bf6bbc0df6b) Signed-off-by: Mateusz Marciniec Signed-off-by: Tomasz Dziendzielski Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 011c549e2b005205923db6f69b60f8b29bee415f) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-core/util-linux/util-linux_2.37.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \