[oe-commits] [meta-openembedded] 04/36: fix missing packageconfig for samba with sysvinit

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


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

commit 98fb6af59af2d22d85b8a20a50561459c68dcefd
Author: Stephano Cetola <stephanoc at gmail.com>
AuthorDate: Fri Jan 15 23:28:23 2016 -0800

    fix missing packageconfig for samba with sysvinit
    
    Building samba with sysvinit currently throws a QA warning about
    "invalid PACKAGECONFIG: sysv". This fixes that issue.
    
    Signed-off-by: Stephano Cetola <stephanoc at gmail.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-connectivity/samba/samba_4.1.12.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
index 863d783..543531a 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
@@ -61,6 +61,7 @@ PACKAGECONFIG[aio] = "--with-aio-support,--without-aio-support,libaio"
 PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin"
 PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam"
 PACKAGECONFIG[lsb] = ",,lsb"
+PACKAGECONFIG[sysv] = ",,sysvinit"
 PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups"
 PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
 PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd"

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


More information about the Openembedded-commits mailing list