From a8f9423d7d04a5e2f962f75192ca4f9aba1a3026 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sat, 19 Oct 2013 12:11:49 +0000 Subject: [PATCH] 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. (From meta-qt5 rev: 3763998ed02ea127c62bba0e7478e817c282d57b) Signed-off-by: Simon Busch Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-qt5/recipes-qt/maliit/maliit-framework-qt5_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-qt5/recipes-qt/maliit/maliit-framework-qt5_git.bb b/meta-qt5/recipes-qt/maliit/maliit-framework-qt5_git.bb index 56d1082..35d21ca 100644 --- a/meta-qt5/recipes-qt/maliit/maliit-framework-qt5_git.bb +++ b/meta-qt5/recipes-qt/maliit/maliit-framework-qt5_git.bb @@ -68,7 +68,6 @@ do_install_append() { #Fix absolute paths sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-framework.prf sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-plugins.prf - sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${libdir}/${QT_DIR_NAME}/mkspecs/features/maliit-defines.prf install -d ${D}${datadir}/applications install -m 644 ${WORKDIR}/maliit-server.desktop ${D}${datadir}/applications -- 2.7.4