[oe-commits] [meta-openembedded] 13/27: waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS

git at git.openembedded.org git at git.openembedded.org
Mon Sep 12 20:06:12 UTC 2016


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

commit c57f38ef0c7c1e73f0ff2bdd901a210edf178831
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Fri Sep 9 10:34:55 2016 +0800

    waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS
    
    Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS for waf-samba.bbclass
    because the PACKAGECONFIG will not be handled for all recipes after
    the following commit in oe-core:
    
    commit c98fb5f5129e71829ffab4449b3d28082bc95ab4
    Author: Martin Jansa <martin.jansa at gmail.com>
    Date:   Tue Aug 30 16:19:58 2016 +0200
    
        base, autotools: Append PACKAGECONFIG_CONFARGS to EXTRA_OECONF only in autotools.bbclass
    
        * recipes which don't inherit autotools or cmake bbclass and want to
          use the configure options from PACKAGECONFIG need to handle
          PACKAGECONFIG_CONFARGS themselves.
    
        Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
        Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/classes/waf-samba.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-networking/classes/waf-samba.bbclass
index 772bc75..af4c7d0 100644
--- a/meta-networking/classes/waf-samba.bbclass
+++ b/meta-networking/classes/waf-samba.bbclass
@@ -18,6 +18,7 @@ CONFIGUREOPTS = " --prefix=${prefix} \
                   --oldincludedir=${oldincludedir} \
                   --infodir=${infodir} \
                   --mandir=${mandir} \
+                  ${PACKAGECONFIG_CONFARGS} \
                 "
 
 # Three methods for waf cross compile:

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


More information about the Openembedded-commits mailing list