aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-24 21:14:14 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-24 21:19:34 -0800
commitadd900e73478cebaccaaddeb25df587d3751a8ea (patch)
treecc45797b430f5b72c1bdfa98bbb7a4cbb5325ad3 /meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
parent0192d60708b023fc13bd5a392f11afba349ef850 (diff)
downloadmeta-openembedded-contrib-add900e73478cebaccaaddeb25df587d3751a8ea.tar.gz
canutils,can-utils: Add cansequence to u-a as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
index aaa2653483..8b13daea1c 100644
--- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
+++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
@@ -22,6 +22,7 @@ inherit autotools pkgconfig
RDEPENDS_${PN} += "iproute2"
ALTERNATIVE_PRIORITY = "90"
-ALTERNATIVE_${PN} = "candump cansend"
+ALTERNATIVE_${PN} = "candump cansend cansequence"
ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
+ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"