diff options
| author | Luca Boccassi <luca.boccassi@microsoft.com> | 2023-08-03 00:16:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-04 11:44:28 +0100 |
| commit | 93e8644287b472e138b6cb5ec3d52ae2f201ed80 (patch) | |
| tree | 12056c32257b1be6e1340b6e0ab964581b0d58c2 /meta/recipes-extended/pam/libpam_1.5.3.bb | |
| parent | 1666605fe5baef005ae199221cb11d1aebc91461 (diff) | |
| download | poky-93e8644287b472e138b6cb5ec3d52ae2f201ed80.tar.gz | |
systemd: update to v254
- Drop dependency on gnu-efi, add dependency on pyelftools for EFI builds
- Refresh patches
- Ship new files and directories
- Use meson target to build sd-boot instead of filenames
- Change libpam recipe to set ANY_OF_DISTRO_FEATURES = "pam systemd" to let
logind pull in pam-plugin-umask
(From OE-Core rev: 95ed1fa4ff74a77deade51ad73b2f8963ff81548)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.5.3.bb')
| -rw-r--r-- | meta/recipes-extended/pam/libpam_1.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.3.bb b/meta/recipes-extended/pam/libpam_1.5.3.bb index eafb5aae43..1aa307af4d 100644 --- a/meta/recipes-extended/pam/libpam_1.5.3.bb +++ b/meta/recipes-extended/pam/libpam_1.5.3.bb | |||
| @@ -169,7 +169,7 @@ pkg_postinst:${PN}() { | |||
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | inherit features_check | 171 | inherit features_check |
| 172 | REQUIRED_DISTRO_FEATURES = "pam" | 172 | ANY_OF_DISTRO_FEATURES = "pam systemd" |
| 173 | 173 | ||
| 174 | BBCLASSEXTEND = "nativesdk native" | 174 | BBCLASSEXTEND = "nativesdk native" |
| 175 | 175 | ||
