blob: 98ef73f2979e1b7d5c5268678e358438d4fce347 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Control basic functions in socketcan from userspace"
2HOMEPAGE = "http://www.pengutronix.de"
3SECTION = "libs/network"
4
5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38adced4385d8fba1ae2437cedee1"
7
8SRCREV = "e1a224bf1c409adf0c02b07a90deada634e54b88"
9
10SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \
11 file://0001-Use-strcmp-instead-of-sizeof-on-char-string.patch \
12"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18do_configure_prepend() {
19 sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: ${S}/configure.ac
20}