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

git at git.openembedded.org git at git.openembedded.org
Mon Feb 1 15:08:59 UTC 2016


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

commit ed722c30c3816b030ed3bb51017bcb9667284915
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>
---
 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 43967dd..f6a4c1d 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
@@ -69,6 +69,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[sasl] = ",,cyrus-sasl"

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


More information about the Openembedded-commits mailing list