blob: b7a7f6f471cdf017db56b9c0ac6634bc12c01991 [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
Andrew Geissler4b7c1152020-11-30 19:55:29 -06008SRCREV = "077def398ad303043d73339112968e5112d8d7c8"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009
Patrick Williamsddad1a12017-02-23 20:36:32 -060010SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
Andrew Geissler4b7c1152020-11-30 19:55:29 -060015
16PACKAGECONFIG ?= ""
17PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
18PACKAGECONFIG[no-error-log] = "--disable-error-log,--enable-error-log"