diff options
author | Simon Busch <morphis@gravedo.de> | 2013-10-19 12:11:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-20 14:55:44 +0200 |
commit | 3763998ed02ea127c62bba0e7478e817c282d57b (patch) | |
tree | 0e1b8b66e556f12b6a97732944cd6b9b72a1a7c4 | |
parent | 5ecfb7dc5457059bef8a5906f80550c90063ab56 (diff) | |
download | meta-qt5-3763998ed02ea127c62bba0e7478e817c282d57b.tar.gz |
maliit-framework-qt5: don't replace directory names for maliit-defines.prf
The values from maliit-defines.prf are only used at runtime and not at compilation time so
we don't have to replace them with the proper staging paths.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/maliit/maliit-framework-qt5_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb index 56d1082d..35d21cad 100644 --- a/recipes-qt/maliit/maliit-framework-qt5_git.bb +++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb | |||
@@ -68,7 +68,6 @@ do_install_append() { | |||
68 | #Fix absolute paths | 68 | #Fix absolute paths |
69 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-framework.prf | 69 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-framework.prf |
70 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-plugins.prf | 70 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-plugins.prf |
71 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-defines.prf | ||
72 | 71 | ||
73 | install -d ${D}${datadir}/applications | 72 | install -d ${D}${datadir}/applications |
74 | install -m 644 ${WORKDIR}/maliit-server.desktop ${D}${datadir}/applications | 73 | install -m 644 ${WORKDIR}/maliit-server.desktop ${D}${datadir}/applications |