aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
blob: 89b4f0609e328c1be227e79bc6962b5bc389206d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Control basic functions in socketcan from userspace"
HOMEPAGE = "http://www.pengutronix.de"
SECTION = "libs/network"

LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38adced4385d8fba1ae2437cedee1"

SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774"

SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \
	"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_configure_prepend() {
	sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac
}