blob: 367766c54a611296dd02edb4f9029d6f28c5a718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Control basic functions in socketcan from userspace"
AUTHOR = "Luotao Fu"
HOMEPAGE = "http://www.pengutronix.de"
SECTION = "libs/network"
PRIORITY = "optional"
LICENSE = "LGPL"
TAG = "v${PV}"
INC_PR = "r0"
SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git;tag=${TAG} \
"
S = "${WORKDIR}/git"
inherit autotools_stage pkgconfig
|