diff options
author | Stephano Cetola <stephanoc@gmail.com> | 2016-01-15 23:28:23 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 15:49:40 -0500 |
commit | 3c2c8491edd8c16ddc93256781e689a97c08186c (patch) | |
tree | dc8437d354b557798f26970dce783c7915d9c96a /meta-networking | |
parent | 92b50622506c14e08e4d4a725818a685a463f46a (diff) | |
download | meta-openembedded-3c2c8491edd8c16ddc93256781e689a97c08186c.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 42315138e..67eaf4cd3 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" | |||
69 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" | 69 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" |
70 | PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam" | 70 | PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam" |
71 | PACKAGECONFIG[lsb] = ",,lsb" | 71 | PACKAGECONFIG[lsb] = ",,lsb" |
72 | PACKAGECONFIG[sysv] = ",,sysvinit" | ||
72 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" | 73 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" |
73 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" | 74 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" |
74 | PACKAGECONFIG[sasl] = ",,cyrus-sasl" | 75 | PACKAGECONFIG[sasl] = ",,cyrus-sasl" |