summaryrefslogtreecommitdiffstats
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
parent9f318e06045999574d541ff3200fe0868d920ef7 (diff)
downloadmeta-openembedded-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>
-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 d52604440..934937207 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() {
66 # Hack *.pro variables 66 # Hack *.pro variables
67 find . -iname '*.pro' -exec sed -i -e 's,$$\[QT_INSTALL_IMPORTS\],${QT_IMPORTS_DIR},g' '{}' ';' 67 find . -iname '*.pro' -exec sed -i -e 's,$$\[QT_INSTALL_IMPORTS\],${QT_IMPORTS_DIR},g' '{}' ';'
68 find . -iname '*.pro' -exec sed -i -e 's,$$\[QT_INSTALL_PREFIX\],$$INSTALL_ROOT$$PREFIX,g' '{}' ';' 68 find . -iname '*.pro' -exec sed -i -e 's,$$\[QT_INSTALL_PREFIX\],$$INSTALL_ROOT$$PREFIX,g' '{}' ';'
69 find . -iname '*.pro' -exec sed -i -e 's,$$INSTALL_ROOT$$PREFIX/lib,$$INSTALL_ROOT$$PREFIX/${baselib},g' '{}' ';'
69} 70}
70 71
71do_install() { 72do_install() {