diff mbox series

[wrynose,1/2] dhcpcd: remove obsolete explicit debug packaging

Message ID 20260914121121.81692-2-jaipaul.cheernam@est.tech
State Under Review
Delegated to: Yoann Congal
Headers show
Series dhcpcd: upgrade to 10.3.2 and tidy debug packaging | expand

Commit Message

Jaipaul Cheernam Sept. 14, 2026, 12:11 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The .debug directories are packaged automatically by default, so this is
redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8c3e8394c53581fd6b1d69669f6e0668c5af9d13)
Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb
index eb257cb27c..065451c065 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb
@@ -67,5 +67,3 @@  do_install:append () {
     chmod 700 ${D}${DBDIR}
     chown dhcpcd:dhcpcd ${D}${DBDIR}
 }
-
-FILES:${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"