mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
92b5062250
commit
3c2c8491ed
@@ -69,6 +69,7 @@ PACKAGECONFIG[aio] = "--with-aio-support,---without-aio-support,libaio"
|
|||||||
PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin"
|
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[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam"
|
||||||
PACKAGECONFIG[lsb] = ",,lsb"
|
PACKAGECONFIG[lsb] = ",,lsb"
|
||||||
|
PACKAGECONFIG[sysv] = ",,sysvinit"
|
||||||
PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups"
|
PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups"
|
||||||
PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
|
PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
|
||||||
PACKAGECONFIG[sasl] = ",,cyrus-sasl"
|
PACKAGECONFIG[sasl] = ",,cyrus-sasl"
|
||||||
|
|||||||
Reference in New Issue
Block a user