mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 17:32:40 +00:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
21 lines
589 B
BlitzBasic
21 lines
589 B
BlitzBasic
SUMMARY = "canutils (PTX flavour)"
|
|
HOMEPAGE = "http://www.pengutronix.de"
|
|
SECTION = "console/network"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "libsocketcan"
|
|
|
|
SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d"
|
|
SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;branch=master \
|
|
file://0001-canutils-candump-Add-error-frame-s-handling.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
# Busybox ip doesn't support can interface configuration, use the real thing
|
|
RDEPENDS_${PN} += "iproute2"
|