mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
add900e734
Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
631 B
BlitzBasic
21 lines
631 B
BlitzBasic
SUMMARY = "Linux CAN network development utilities"
|
|
LICENSE = "GPLv2 & BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=44;md5=a9e1169c6c9a114a61329e99f86fdd31"
|
|
|
|
DEPENDS = "libsocketcan"
|
|
|
|
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git"
|
|
|
|
SRCREV = "856d0a662a02dd2dc0b83a7ad1de9fd120e82c4b"
|
|
|
|
PV = "2020.11.0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig update-alternatives
|
|
|
|
ALTERNATIVE_${PN} = "candump cansend cansequence"
|
|
ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
|
|
ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
|
|
ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
|