diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-22 13:41:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-24 10:29:53 +0100 |
| commit | f3a6413ee42cf8319824aab90b19dfd985f727d3 (patch) | |
| tree | fe45be3da54f102da151d3444632a3757f3775a8 | |
| parent | 9afb1bb8a5ab1591f8543a5ea1a4a31b866ba085 (diff) | |
| download | poky-f3a6413ee42cf8319824aab90b19dfd985f727d3.tar.gz | |
Revert "systemd: add libblkid and libfdisk PACKAGECONFIG options"
The fdisk option is not enabled by default when it should be as that was
the existing behaviour.
Neither of the RDEPENDS are needed, as systemd doesn't call the tools
directly and the library dependencies will be generated automatically.
This reverts commit 4ec67113e1e7e1ecea9cde33ef4d3962dad5f2ad.
(From OE-Core rev: fac80672339bce66dc551c659932aa728478ffaf)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_257.6.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_257.6.bb b/meta/recipes-core/systemd/systemd_257.6.bb index a104e2179a..9092d02c51 100644 --- a/meta/recipes-core/systemd/systemd_257.6.bb +++ b/meta/recipes-core/systemd/systemd_257.6.bb | |||
| @@ -75,7 +75,6 @@ PACKAGECONFIG ??= " \ | |||
| 75 | ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit', 'link-udev-shared', d)} \ | 75 | ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit', 'link-udev-shared', d)} \ |
| 76 | backlight \ | 76 | backlight \ |
| 77 | binfmt \ | 77 | binfmt \ |
| 78 | blkid \ | ||
| 79 | gshadow \ | 78 | gshadow \ |
| 80 | hibernate \ | 79 | hibernate \ |
| 81 | hostnamed \ | 80 | hostnamed \ |
| @@ -136,7 +135,6 @@ PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit" | |||
| 136 | PACKAGECONFIG[apparmor] = "-Dapparmor=enabled,-Dapparmor=disabled,apparmor" | 135 | PACKAGECONFIG[apparmor] = "-Dapparmor=enabled,-Dapparmor=disabled,apparmor" |
| 137 | PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false" | 136 | PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false" |
| 138 | PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false" | 137 | PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false" |
| 139 | PACKAGECONFIG[blkid] = "-Dblkid=enabled,-Dblkid=disabled,util-linux,util-linux-libblkid util-linux-blkid" | ||
| 140 | PACKAGECONFIG[bpf-framework] = "-Dbpf-framework=enabled,-Dbpf-framework=disabled,clang-native bpftool-native libbpf,libbpf" | 138 | PACKAGECONFIG[bpf-framework] = "-Dbpf-framework=enabled,-Dbpf-framework=disabled,clang-native bpftool-native libbpf,libbpf" |
| 141 | PACKAGECONFIG[bzip2] = "-Dbzip2=enabled,-Dbzip2=disabled,bzip2" | 139 | PACKAGECONFIG[bzip2] = "-Dbzip2=enabled,-Dbzip2=disabled,bzip2" |
| 142 | PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" | 140 | PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" |
| @@ -152,7 +150,6 @@ PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zst | |||
| 152 | PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus" | 150 | PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus" |
| 153 | PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native" | 151 | PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native" |
| 154 | PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw" | 152 | PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw" |
| 155 | PACKAGECONFIG[fdisk] = "-Dfdisk=enabled,-Dfdisk=disabled,util-linux,util-linux-libfdisk util-linux-fdisk" | ||
| 156 | PACKAGECONFIG[fido] = "-Dlibfido2=enabled,-Dlibfido2=disabled,libfido2" | 153 | PACKAGECONFIG[fido] = "-Dlibfido2=enabled,-Dlibfido2=disabled,libfido2" |
| 157 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" | 154 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" |
| 158 | PACKAGECONFIG[repart] = "-Drepart=enabled,-Drepart=disabled" | 155 | PACKAGECONFIG[repart] = "-Drepart=enabled,-Drepart=disabled" |
