[oe-commits] [meta-openembedded] 11/15: samba: Fix typo in PACKAGECONFIG for "acl" and "aio"

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 13:48:47 UTC 2016


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

commit b1883d2cdc54110ba97201acb63b731c699b2043
Author: mike.looijmans at topic.nl <mike.looijmans at topic.nl>
AuthorDate: Tue Dec 22 09:48:03 2015 +0100

    samba: Fix typo in PACKAGECONFIG for "acl" and "aio"
    
    There's a "-" too many in PACKAGECONFIG[acl] and PACKAGECONFIG[aio]
    resulting in errors like this if built without acl:
      waf: error: no such option: ---without-acl-support
    
    Remove the extra "-" to fix the issue.
    
    Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 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 3bcc1b9..ff58dae 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
@@ -64,8 +64,8 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
 
 RDEPENDS_${PN}-base += "${@bb.utils.contains('PACKAGECONFIG', 'lsb', 'lsb', '', d)}"
 
-PACKAGECONFIG[acl] = "--with-acl-support,---without-acl-support,acl"
-PACKAGECONFIG[aio] = "--with-aio-support,---without-aio-support,libaio"
+PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl"
+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"

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


More information about the Openembedded-commits mailing list