aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-07-24 14:43:01 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-30 09:21:04 +0200
commit042f9a89c60109878889dd316bcd131faff8606a (patch)
treed17c05f21f35a590b2e4a89ab9f7169d99515bdf /meta-networking
parente42efe2374e56f42ac5c7fefbc224828870de950 (diff)
downloadmeta-openembedded-contrib-042f9a89c60109878889dd316bcd131faff8606a.tar.gz
openvpn: not use the hardcoded libdir
it will lead to QA failure, since .debug dir can not be installed into dbg package ERROR: QA Issue: non debug package contains .debug directory: openvpn path /work/core2-64-wrs-linux/openvpn/2.3.4-r0/packages-split/openvpn/usr/lib64i /openvpn/plugins/.debug/openvpn-plugin-down-root.so [debug-files] Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb b/meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb
index a3322a0c59..48e04b702d 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb
@@ -28,4 +28,4 @@ do_install_append() {
RRECOMMENDS_${PN} = "kernel-module-tun"
-FILES_${PN}-dbg += "/usr/lib/openvpn/plugins/.debug"
+FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"