canutils: Use update-alternatives

canutils provides applications which conflict with can-utils recipe.
update-alternatives helps fix this when both are installed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-08-30 13:51:23 -07:00
parent 874a6c7a99
commit 7de0bbbbaa
2 changed files with 12 additions and 1 deletions
@@ -12,4 +12,8 @@ PV = "2020.02.04"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
inherit autotools pkgconfig update-alternatives
ALTERNATIVE_${PN} = "candump cansend"
ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"