[oe-commits] [openembedded-core] 12/15: p11-kit: Fix builds with systemd

git at git.openembedded.org git at git.openembedded.org
Tue Feb 18 23:54:28 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 81010555a29fe4ddae9a9c3abe35fcbddd8887b2
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Feb 18 13:52:29 2020 +0000

    p11-kit: Fix builds with systemd
    
    In systemd enabled builds this was failing with unpackaged unit files.
    Fix this.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb
index 03c8158..19895ec 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list