rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "Control basic functions in socketcan from userspace" |
2 | HOMEPAGE = "http://www.pengutronix.de" | ||||
3 | SECTION = "libs/network" | ||||
4 | |||||
5 | LICENSE = "LGPLv2.1" | ||||
6 | LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38adced4385d8fba1ae2437cedee1" | ||||
7 | |||||
8 | SRCREV = "51f1610160a1707f026f8c2d714a6f7aa3ca232b" | ||||
9 | |||||
10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git" | ||||
11 | |||||
12 | S = "${WORKDIR}/git" | ||||
13 | |||||
14 | inherit autotools pkgconfig |