diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-26 22:17:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 13:39:57 +0200 |
commit | af9d25bbe74ee31c5b7e8b22e5542c0cf5c38300 (patch) | |
tree | 3b8938181db6de019c0428a86a5f9cfba8aa4f93 | |
parent | e89e33fd173fc4006218e99ed363ca292d0a9644 (diff) | |
download | meta-qt5-af9d25bbe74ee31c5b7e8b22e5542c0cf5c38300.tar.gz |
qtbase-native: Enable debug output from Makefile generation
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index 41531e52..09f636f4 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -32,8 +32,8 @@ do_generate_qt_config_file() { | |||
32 | # echo >> ${WORKDIR}/qt.conf | 32 | # echo >> ${WORKDIR}/qt.conf |
33 | } | 33 | } |
34 | 34 | ||
35 | #-dont-process | ||
36 | EXTRA_OECONF = " \ | 35 | EXTRA_OECONF = " \ |
36 | -dont-process \ | ||
37 | -prefix ${prefix} \ | 37 | -prefix ${prefix} \ |
38 | -sysroot ${STAGING_DIR_NATIVE} \ | 38 | -sysroot ${STAGING_DIR_NATIVE} \ |
39 | -no-gcc-sysroot \ | 39 | -no-gcc-sysroot \ |
@@ -81,7 +81,7 @@ do_configure_prepend() { | |||
81 | unset LD | 81 | unset LD |
82 | 82 | ||
83 | (echo o; echo yes) | ${S}/configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}" | 83 | (echo o; echo yes) | ${S}/configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}" |
84 | # bin/qmake -r -d ${S} || die "Configuring qt with qmake failed. EXTRA_OECONF was ${EXTRA_OECONF}" | 84 | bin/qmake -d ${S} -o Makefile || die "Configuring qt with qmake failed. EXTRA_OECONF was ${EXTRA_OECONF}" |
85 | } | 85 | } |
86 | 86 | ||
87 | do_install() { | 87 | do_install() { |