All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-networking] openvpn: not use the hardcoded libdir
@ 2014-07-24  6:43 rongqing.li
  2014-07-24 11:02 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: rongqing.li @ 2014-07-24  6:43 UTC (permalink / raw)
  To: openembedded-devel

From: Roy Li <rongqing.li@windriver.com>

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>
---
 meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a3322a0..48e04b7 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"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-25 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24  6:43 [PATCH][meta-networking] openvpn: not use the hardcoded libdir rongqing.li
2014-07-24 11:02 ` Martin Jansa
2014-07-25  1:19   ` Rongqing Li
2014-07-25  2:37   ` Rongqing Li
2014-07-25 10:06     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.