diff options
Diffstat (limited to 'meta-networking/classes')
| -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 cb78ce6b0d..49d64b096f 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 python3native | 4 | inherit python3native |
| 5 | 5 | ||
| 6 | DEPENDS += "qemu-native libxslt-native docbook-xsl-stylesheets-native python3" | 6 | DEPENDS += "qemu-native libxslt-native docbook-xsl-stylesheets-native python3" |
| 7 | 7 | ||
| @@ -77,7 +77,7 @@ do_configure() { | |||
| 77 | echo 'Checking uname release type: "${OLDEST_KERNEL}"' >> ${CROSS_ANSWERS} | 77 | echo 'Checking uname release type: "${OLDEST_KERNEL}"' >> ${CROSS_ANSWERS} |
| 78 | cat ${WAF_CROSS_ANSWERS_PATH}/cross-answers-${TARGET_ARCH}.txt >> ${CROSS_ANSWERS} | 78 | cat ${WAF_CROSS_ANSWERS_PATH}/cross-answers-${TARGET_ARCH}.txt >> ${CROSS_ANSWERS} |
| 79 | 79 | ||
| 80 | qemu_binary="${@qemu_target_binary(d)}" | 80 | qemu_binary="${@oe.qemu.qemu_target_binary(d)}" |
| 81 | if [ "${qemu_binary}" = "qemu-allarch" ]; then | 81 | if [ "${qemu_binary}" = "qemu-allarch" ]; then |
| 82 | qemu_binary="qemuwrapper" | 82 | qemu_binary="qemuwrapper" |
| 83 | fi | 83 | fi |
