Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [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 | |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 8 | SRCREV = "077def398ad303043d73339112968e5112d8d7c8" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 9 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools pkgconfig |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 15 | |
| 16 | PACKAGECONFIG ?= "" |
| 17 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" |
| 18 | PACKAGECONFIG[no-error-log] = "--disable-error-log,--enable-error-log" |