diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-21 14:41:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:56:02 +0200 |
commit | 8960831c154848e42bc433871a7424d7d39ddbdc (patch) | |
tree | 58d3095e656cdbbdefebaff6cfbbc88127267809 | |
parent | c2907d265b15a07ffe0a4a0a1fb245eaa9d79a0e (diff) | |
download | meta-qt5-8960831c154848e42bc433871a7424d7d39ddbdc.tar.gz |
qwt-qt5.inc: fix QA warning
* it was partially fixed in previous change, but there was still:
qwt-qt5-6.1.3: qwt-qt5-dbg: found library in wrong location:
/usr/plugins/designer/.debug/libqwt_designer_plugin.so [libdir]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qwt/qwt-qt5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qwt/qwt-qt5.inc b/recipes-qt/qwt/qwt-qt5.inc index 90bd9f72..f3ece399 100644 --- a/recipes-qt/qwt/qwt-qt5.inc +++ b/recipes-qt/qwt/qwt-qt5.inc | |||
@@ -45,4 +45,4 @@ FILES_${PN}-dbg += "${prefix}/plugins/designer/.debug" | |||
45 | FILES_${PN}-doc += "${prefix}/doc" | 45 | FILES_${PN}-doc += "${prefix}/doc" |
46 | 46 | ||
47 | INSANE_SKIP_${PN}-plugins += "libdir" | 47 | INSANE_SKIP_${PN}-plugins += "libdir" |
48 | 48 | INSANE_SKIP_${PN}-dbg += "libdir" | |