mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 19:34:21 +00:00
p11-kit: Fix builds with systemd
In systemd enabled builds this was failing with unpackaged unit files. Fix this. (From OE-Core rev: 81010555a29fe4ddae9a9c3abe35fcbddd8887b2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
feaf175b6c
commit
816dc2b5ac
@ -20,7 +20,8 @@ GTKDOC_MESON_OPTION = 'gtk_doc'
|
||||
FILES_${PN} += " \
|
||||
${libdir}/p11-kit-proxy.so \
|
||||
${libdir}/pkcs11/*.so \
|
||||
${libdir}/pkcs11/*.la"
|
||||
${libdir}/pkcs11/*.la \
|
||||
${systemd_user_unitdir}/*"
|
||||
|
||||
# PN contains p11-kit-proxy.so, a symlink to a loadable module
|
||||
INSANE_SKIP_${PN} = "dev-so"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user