[oe-commits] [meta-openembedded] 08/17: open-isns: fix QA issue

git at git.openembedded.org git at git.openembedded.org
Wed May 24 09:59:40 UTC 2017


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

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 51111f8b69239c1e8fc8c9c3966f782e2000292f
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Tue May 23 17:05:49 2017 +0800

    open-isns: fix QA issue
    
    Fix the following QA issue.
    
    ERROR: open-isns-0.97-r0 do_package: QA Issue: open-isns: Files/directories were installed but not shipped in any package:
      /usr/lib
      /usr/lib/systemd
      /usr/lib/systemd/system
      /usr/lib/systemd/system/isnsd.socket
      /usr/lib/systemd/system/isnsd.service
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/open-isns/open-isns_0.97.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.97.bb b/meta-networking/recipes-support/open-isns/open-isns_0.97.bb
index 828d116..420ef5b 100644
--- a/meta-networking/recipes-support/open-isns/open-isns_0.97.bb
+++ b/meta-networking/recipes-support/open-isns/open-isns_0.97.bb
@@ -26,10 +26,11 @@ inherit systemd autotools-brokensep distro_features_check
 REQUIRED_DISTRO_FEATURES = "systemd"
 
 EXTRA_OECONF = " --prefix=${prefix} --enable-shared"
+EXTRA_OEMAKE += "SYSTEMDDIR=${D}${systemd_unitdir}/system"
 
 do_install_append () {
     oe_runmake INCDIR=${D}${includedir}/libisns/ install_hdrs
     oe_runmake LIBDIR=${D}${libdir} install_lib
 }
 
-FILES_${PN} += "${libdir}"
+FILES_${PN} += "${libdir} ${systemd_unitdir}"

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


More information about the Openembedded-commits mailing list