diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-25 09:21:39 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-25 09:22:19 +0000 |
commit | cd0da4e4836cc1f35ad522b34ed254a83b270167 (patch) | |
tree | 19ea3a5e80db35842c7aeb78f2e2f6253801a8a6 | |
parent | db45ea6ad839c176b9a01a15de74034d14012a76 (diff) | |
download | meta-qt5-cd0da4e4836cc1f35ad522b34ed254a83b270167.tar.gz |
libqofono: include /qt5/mkspecs in ${PN}-dev
* libqofono doesn't respect the install variables and mkspecs end in
${datadir}/qt5/mkspecs even when QT_DIR_NAME is empty and
OE_QMAKE_PATH_ARCHDATA is just ${datadir}/mkspecs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-connectivity/libqofono/libqofono_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/libqofono/libqofono_git.bb b/recipes-connectivity/libqofono/libqofono_git.bb index 6b4ec6cf..64ce039e 100644 --- a/recipes-connectivity/libqofono/libqofono_git.bb +++ b/recipes-connectivity/libqofono/libqofono_git.bb | |||
@@ -32,4 +32,5 @@ FILES_${PN} += " \ | |||
32 | FILES_${PN}-dev += " \ | 32 | FILES_${PN}-dev += " \ |
33 | ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ | 33 | ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ |
34 | ${libdir}/libqofono-qt5.prl \ | 34 | ${libdir}/libqofono-qt5.prl \ |
35 | ${datadir}/qt5/mkspecs \ | ||
35 | " | 36 | " |