diff options
Diffstat (limited to 'classes/qmake5_base.bbclass')
| -rw-r--r-- | classes/qmake5_base.bbclass | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index 44575c4c..ffb3103d 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass | |||
| @@ -166,6 +166,17 @@ qmake5_base_do_configure () { | |||
| 166 | ${OE_QMAKE_QMAKE} -makefile -o Makefile ${OE_QMAKE_DEBUG_OUTPUT} ${OE_QMAKE_RECURSIVE} $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || die "Error calling $CMD" | 166 | ${OE_QMAKE_QMAKE} -makefile -o Makefile ${OE_QMAKE_DEBUG_OUTPUT} ${OE_QMAKE_RECURSIVE} $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || die "Error calling $CMD" |
| 167 | } | 167 | } |
| 168 | 168 | ||
| 169 | qmake5_base_native_do_install() { | ||
| 170 | oe_runmake install INSTALL_ROOT=${D} | ||
| 171 | } | ||
| 172 | |||
| 173 | qmake5_base_nativesdk_do_install() { | ||
| 174 | # Fix install paths for all | ||
| 175 | find -name "Makefile*" | xargs sed -i "s,(INSTALL_ROOT)${STAGING_DIR_HOST},(INSTALL_ROOT),g" | ||
| 176 | |||
| 177 | oe_runmake install INSTALL_ROOT=${D} | ||
| 178 | } | ||
| 179 | |||
| 169 | qmake5_base_do_install() { | 180 | qmake5_base_do_install() { |
| 170 | # Fix install paths for all | 181 | # Fix install paths for all |
| 171 | find -name "Makefile*" | xargs sed -i "s,(INSTALL_ROOT)${STAGING_DIR_TARGET},(INSTALL_ROOT),g" | 182 | find -name "Makefile*" | xargs sed -i "s,(INSTALL_ROOT)${STAGING_DIR_TARGET},(INSTALL_ROOT),g" |
