[oe-commits] [meta-openembedded] 01/36: lldpd: configure the systemd unit file dir

git at git.openembedded.org git at git.openembedded.org
Mon May 2 13:18:40 UTC 2016


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

commit 8d2d193ce3ad5c9fdd62afac1b6c986e50748d08
Author: Roy Li <rongqing.li at windriver.com>
AuthorDate: Fri Oct 30 15:43:21 2015 +0800

    lldpd: configure the systemd unit file dir
    
    configure the systemd unit file dir, otherwise it will be auto-checked
    by 'pkg-config --variable=systemdsystemunitdir systemd', but if systemd
    is not built firstly, and the the unit file will not be installed, and
    lead to below error:
        ERROR: Function failed: SYSTEMD_SERVICE_lldpd value lldpd.service does not exist
    and disable sysusersdir, since sysuser is not used currently.
    
    Signed-off-by: Roy Li <rongqing.li 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-daemons/lldpd/lldpd_0.7.17.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
index 47d3c38..ba7f09e 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
@@ -24,7 +24,10 @@ GROUPADD_PARAM_${PN} = "--system lldpd"
 EXTRA_OECONF += "--without-embedded-libevent \
                  --disable-oldies \
                  --with-privsep-user=lldpd \
-                 --with-privsep-group=lldpd"
+                 --with-privsep-group=lldpd \
+                 --with-systemdsystemunitdir=${systemd_system_unitdir} \
+                 --without-sysusersdir \
+"
 
 PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3"
 PACKAGECONFIG[json] = "--with-json,--without-json,jansson"

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


More information about the Openembedded-commits mailing list