22 lines
550 B
BlitzBasic
22 lines
550 B
BlitzBasic
DESCRIPTION = "can-utils application"
|
|
SECTION = "socketcan"
|
|
## LICENSE = "CLOSED"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "libsocketcan"
|
|
RDEPENDS_${PN}-dev += "${PN}-staticdev"
|
|
|
|
SRCREV = "47f2e7a180e50ee998f2e6aea45884f84042c4fa"
|
|
|
|
SRC_URI = "git://github.com/linux-can/can-utils.git;protocol=git"
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
# Busybox ip doesn't support can interface configuration, use the real thing
|
|
RDEPENDS_${PN} += "iproute2"
|