diff options
Diffstat (limited to 'meta-networking/classes/waf-samba.bbclass')
| -rw-r--r-- | meta-networking/classes/waf-samba.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-networking/classes/waf-samba.bbclass index af4c7d0bee..b94ed4853d 100644 --- a/meta-networking/classes/waf-samba.bbclass +++ b/meta-networking/classes/waf-samba.bbclass | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # waf is a build system which is used by samba related project. | 1 | # waf is a build system which is used by samba related project. |
| 2 | # Obtain details from https://wiki.samba.org/index.php/Waf | 2 | # Obtain details from https://wiki.samba.org/index.php/Waf |
| 3 | # | 3 | # |
| 4 | inherit qemu pythonnative | 4 | inherit qemu pythonnative waf |
| 5 | 5 | ||
| 6 | DEPENDS += "qemu-native libxslt-native docbook-xsl-stylesheets-native python" | 6 | DEPENDS += "qemu-native libxslt-native docbook-xsl-stylesheets-native python" |
| 7 | 7 | ||
| @@ -86,7 +86,7 @@ do_configure() { | |||
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | do_compile () { | 88 | do_compile () { |
| 89 | python ./buildtools/bin/waf ${PARALLEL_MAKE} | 89 | python ./buildtools/bin/waf ${@get_waf_parallel_make(d)} |
| 90 | } | 90 | } |
| 91 | 91 | ||
| 92 | do_install() { | 92 | do_install() { |
