aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb
blob: b7a7f6f471cdf017db56b9c0ac6634bc12c01991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "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 = "077def398ad303043d73339112968e5112d8d7c8"

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

S = "${WORKDIR}/git"

inherit autotools pkgconfig

PACKAGECONFIG ?= ""
PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
PACKAGECONFIG[no-error-log] = "--disable-error-log,--enable-error-log"