All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][hardknott][PATCH] can-utils: fix override syntax
@ 2021-10-03 17:54 Vivien Didelot
  0 siblings, 0 replies; only message in thread
From: Vivien Didelot @ 2021-10-03 17:54 UTC (permalink / raw)
  To: Openembedded-core; +Cc: Khem Raj, Vivien Didelot

From: Vivien Didelot <vdidelot@pbsc.com>

The hardknott branch doesn't use the new override syntax, fix it.

Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
---
 meta-oe/recipes-extended/socketcan/can-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index 78caa5be2..1b30695d7 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
@@ -48,5 +48,5 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
 
 # busybox ip fails to configure can interfaces, so we need iproute2 to do so.
 # See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
-RRECOMMENDS:${PN} += "iproute2"
+RRECOMMENDS_${PN} += "iproute2"
 
-- 
2.33.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-03 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03 17:54 [meta-oe][hardknott][PATCH] can-utils: fix override syntax Vivien Didelot

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.