Having both enable and disable flags for raw is confusing. Raw should be disabled so --enable-raw flag can be removed.
Signed-off-by: Mateusz Marciniec <[email protected]> Signed-off-by: Tomasz Dziendzielski <[email protected]> --- v2: Left --disable-raw flag to maintain the current deterministic behavior. meta/recipes-core/util-linux/util-linux_2.38.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux_2.38.1.bb b/meta/recipes-core/util-linux/util-linux_2.38.1.bb index 8a7b47a0c6..50ecc106dd 100644 --- a/meta/recipes-core/util-linux/util-linux_2.38.1.bb +++ b/meta/recipes-core/util-linux/util-linux_2.38.1.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 \ -- 2.37.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169699): https://lists.openembedded.org/g/openembedded-core/message/169699 Mute This Topic: https://lists.openembedded.org/mt/93200612/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
