| Message ID | 20260427210847.3027890-1-ross.burton@arm.com |
|---|---|
| State | Accepted, archived |
| Commit | 8c3e8394c53581fd6b1d69669f6e0668c5af9d13 |
| Headers | show |
| Series | [1/5] dhcpcd: remove obsolete explicit debug packaging | expand |
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb index fca7d8b11d9..44dbb3dba59 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb @@ -63,5 +63,3 @@ do_install:append () { chmod 700 ${D}${DBDIR} chown dhcpcd:dhcpcd ${D}${DBDIR} } - -FILES:${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"
The .debug directories are packaged automatically by default, so this is redundant. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb | 2 -- 1 file changed, 2 deletions(-)