diff options
| author | Mateusz Marciniec <mateuszmar2@gmail.com> | 2022-08-23 11:29:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-03 13:09:49 +0100 |
| commit | df982d10580cab09341e5d85add17fb1e9c4feef (patch) | |
| tree | 611db51a22d88c9a5b56ea58ba62e3004ebbe2e0 | |
| parent | 5f3999c41a4b4a5457d5a486f747b607adddb61c (diff) | |
| download | poky-df982d10580cab09341e5d85add17fb1e9c4feef.tar.gz | |
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 <mateuszmar2@gmail.com>
Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 011c549e2b005205923db6f69b60f8b29bee415f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.37.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
| 69 | --enable-libuuid --enable-libblkid \ | 69 | --enable-libuuid --enable-libblkid \ |
| 70 | \ | 70 | \ |
| 71 | --enable-fsck --enable-kill --enable-last --enable-mesg \ | 71 | --enable-fsck --enable-kill --enable-last --enable-mesg \ |
| 72 | --enable-mount --enable-partx --enable-raw --enable-rfkill \ | 72 | --enable-mount --enable-partx --enable-rfkill \ |
| 73 | --enable-unshare --enable-write \ | 73 | --enable-unshare --enable-write \ |
| 74 | \ | 74 | \ |
| 75 | --disable-bfs --disable-login \ | 75 | --disable-bfs --disable-login \ |
