diff mbox series

[meta-oe,1/2] can-utils: correct the FiLES for can-utils-access

Message ID 20250519141525.3708957-1-jeroen@myspectrum.nl
State Under Review
Headers show
Series [meta-oe,1/2] can-utils: correct the FiLES for can-utils-access | expand

Commit Message

Jeroen Hofstee May 19, 2025, 2:15 p.m. UTC
From: Jeroen Hofstee <jhofstee@victronenergy.com>

Remove socketcand and cannelloni from FILES, these are seperate
projects and not part of can-utils.

Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com>
---
 meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb
index d4ee34167d..63c1e130ad 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb
@@ -29,8 +29,6 @@  FILES:${PN}-access = " \
     ${bindir}/cangw \
     ${bindir}/canlogserver \
     ${bindir}/bcmserver \
-    ${bindir}/socketcand \
-    ${bindir}/cannelloni \
 "
 
 FILES:${PN}-cantest = " \