mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
f79cb5d445
The git server at git.pengutronix.de no longer supports the git protocol, so switch to https. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
29 lines
873 B
BlitzBasic
29 lines
873 B
BlitzBasic
SUMMARY = "canutils (PTX flavour)"
|
|
HOMEPAGE = "http://www.pengutronix.de"
|
|
SECTION = "console/network"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "libsocketcan"
|
|
|
|
SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d"
|
|
SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=https;branch=master \
|
|
file://0001-canutils-candump-Add-error-frame-s-handling.patch \
|
|
"
|
|
|
|
inherit update-alternatives
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
# Busybox ip doesn't support can interface configuration, use the real thing
|
|
RDEPENDS:${PN} += "iproute2"
|
|
|
|
ALTERNATIVE_PRIORITY = "90"
|
|
ALTERNATIVE:${PN} = "candump cansend cansequence"
|
|
ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
|
|
ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
|
|
ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
|