[oe-commits] [meta-openembedded] 44/129: open-isns: fix QA issue

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:10:53 UTC 2017


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

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

commit e190a15caff43ac1d0be8d5bfcf2a3dd916c5026
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>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 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