aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/classes
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-09-09 10:34:55 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-09-14 14:02:43 -0400
commit12a118989296d13e036d0daa9f9a3d45eee03ded (patch)
treef481aaa7353ecb1a8371e2bd4be0d3c030b1a2d0 /meta-networking/classes
parent3a436ad18012f637e07f19c288526d0d563f8aa1 (diff)
downloadmeta-openembedded-contrib-12a118989296d13e036d0daa9f9a3d45eee03ded.tar.gz
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@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@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/classes')
-rw-r--r--meta-networking/classes/waf-samba.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-networking/classes/waf-samba.bbclass
index 772bc75040..af4c7d0bee 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: