On Tue Oct 17, 2023 at 11:18 AM CEST, Jose Quaresma wrote:
> Signed-off-by: Jose Quaresma <[email protected]>
> ---
> meta/recipes-core/systemd/systemd_254.4.bb | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_254.4.bb
> b/meta/recipes-core/systemd/systemd_254.4.bb
> index d24bf0cb06..2146c130d5 100644
> --- a/meta/recipes-core/systemd/systemd_254.4.bb
> +++ b/meta/recipes-core/systemd/systemd_254.4.bb
> @@ -387,6 +387,7 @@ PACKAGE_BEFORE_PN = "\
> ${PN}-analyze \
> ${PN}-binfmt \
> ${PN}-container \
> + ${PN}-crypt \
> ${PN}-extra-utils \
> ${PN}-gui \
> ${PN}-initramfs \
> @@ -446,6 +447,11 @@ USERADD_PARAM:${PN}-journal-upload = "--system -d / -M
> --shell /sbin/nologin sys
>
> FILES:${PN}-analyze = "${bindir}/systemd-analyze"
>
> +FILES:${PN}-crypt = "${bindir}/systemd-cryptenroll \
> + ${nonarch_libdir}/cryptsetup \
Won't there be .so plugin files in this folder that are arch-specific?
I assumed ${nonarch_libdir} should only be used for non-architecture
specific files?
- Erik
> + "
> +RRECOMMENDS:${PN} += "${PN}-crypt"
> +
> FILES:${PN}-initramfs = "/init"
> RDEPENDS:${PN}-initramfs = "${PN}"
>
> @@ -552,7 +558,6 @@ FILES:${PN}-extra-utils = "\
> ${bindir}/systemd-run \
> ${bindir}/systemd-cat \
> ${bindir}/systemd-creds \
> - ${bindir}/systemd-cryptenroll \
> ${bindir}/systemd-delta \
> ${bindir}/systemd-cgls \
> ${bindir}/systemd-cgtop \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#189374):
https://lists.openembedded.org/g/openembedded-core/message/189374
Mute This Topic: https://lists.openembedded.org/mt/102014259/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-