blob: 27380ee19d2f78de0382881ef7ab751ef60589c6 [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
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git;branch=master"
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"