diff options
| author | Stephano Cetola <stephanoc@gmail.com> | 2016-01-15 23:28:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-04-17 11:43:16 -0700 |
| commit | 98fb6af59af2d22d85b8a20a50561459c68dcefd (patch) | |
| tree | 69396944383319323e519f3234b28a51bfa53eed /meta-networking | |
| parent | 108016f9e7f2659e195abd11083ba733a5b505da (diff) | |
| download | meta-openembedded-98fb6af59af2d22d85b8a20a50561459c68dcefd.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>
Signed-off-by: Armin Kuster <akuster808@gmail.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 863d783141..543531ad74 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" | |||
| 61 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" | 61 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" |
| 62 | PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam" | 62 | PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam" |
| 63 | PACKAGECONFIG[lsb] = ",,lsb" | 63 | PACKAGECONFIG[lsb] = ",,lsb" |
| 64 | PACKAGECONFIG[sysv] = ",,sysvinit" | ||
| 64 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" | 65 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,cups" |
| 65 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" | 66 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" |
| 66 | PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" | 67 | PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" |
