diff options
Diffstat (limited to 'recipes-qt/qt5/qtquickcompiler_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtquickcompiler_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtquickcompiler_git.bb b/recipes-qt/qt5/qtquickcompiler_git.bb index e684364..ae3e87f 100644 --- a/recipes-qt/qt5/qtquickcompiler_git.bb +++ b/recipes-qt/qt5/qtquickcompiler_git.bb | |||
@@ -43,4 +43,9 @@ S = "${WORKDIR}/git" | |||
43 | 43 | ||
44 | DEPENDS = "qtbase qtdeclarative" | 44 | DEPENDS = "qtbase qtdeclarative" |
45 | 45 | ||
46 | do_install_append() { | ||
47 | # Use the EffectivePath instead of installation path | ||
48 | sed -i -e 's|QT_HOST_BINS|QT_HOST_BINS/get|' ${D}${OE_QMAKE_PATH_ARCHDATA}/mkspecs/features/qtquickcompiler.prf | ||
49 | } | ||
50 | |||
46 | BBCLASSEXTEND = "native nativesdk" | 51 | BBCLASSEXTEND = "native nativesdk" |