aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-08-21 14:31:11 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:11:13 +0200
commit2191b95ff6c1a7db0c6b81f435fc80e46711c393 (patch)
tree924d75f0f49ad70172519d8556d3a41d3e6a2078 /meta-oe/recipes-qt
parent9f318e06045999574d541ff3200fe0868d920ef7 (diff)
downloadmeta-openembedded-contrib-2191b95ff6c1a7db0c6b81f435fc80e46711c393.tar.gz
libqofono: fix the hardcoded libdir
Fix QA issue when enable multilib: ERROR: QA Issue: libqofono: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libqofono.so.0.1.0 /usr/lib/libqofono.so.0 /usr/lib/libqofono.so.0.1 /usr/lib/libqofono.so /usr/lib/libqofono.prl [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-oe/recipes-qt')
-rw-r--r--meta-oe/recipes-qt/libqofono/libqofono_0.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb b/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
index d526044401..9349372075 100644
--- a/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
+++ b/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
@@ -66,6 +66,7 @@ do_configure_prepend() {
# Hack *.pro variables
find . -iname '*.pro' -exec sed -i -e 's,$$\[QT_INSTALL_IMPORTS\],${QT_IMPORTS_DIR},g' '{}' ';'
find . -iname '*.pro' -exec sed -i -e 's,$$\[QT_INSTALL_PREFIX\],$$INSTALL_ROOT$$PREFIX,g' '{}' ';'
+ find . -iname '*.pro' -exec sed -i -e 's,$$INSTALL_ROOT$$PREFIX/lib,$$INSTALL_ROOT$$PREFIX/${baselib},g' '{}' ';'
}
do_install() {