waf.bbclass: handle PACKAGECONFIG

(From OE-Core rev: 8d72bea03b3db1ddece309d1bab80f9e4c4c2d33)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Müller 2017-01-15 02:02:39 +01:00 committed by Richard Purdie
parent ff14510cdf
commit eb6bd89014
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# avoids build breaks when using no-static-libs.inc
DISABLE_STATIC = ""
EXTRA_OECONF_append = " ${PACKAGECONFIG_CONFARGS}"
def get_waf_parallel_make(d):
pm = d.getVar('PARALLEL_MAKE')
if pm: