mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
458 B
BlitzBasic
18 lines
458 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 \
|
|
file://0001-canutils-candump-Add-error-frame-s-handling.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|