summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/can-utils_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/can-utils_git.bb')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-utils_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index 519368817..e3ad04f59 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
@@ -12,4 +12,8 @@ PV = "2020.02.04"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig update-alternatives
16
17ALTERNATIVE_${PN} = "candump cansend"
18ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
19ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"