mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 06:34:46 +02:00
"beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
540 B
BlitzBasic
20 lines
540 B
BlitzBasic
DESCRIPTION = "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 = "3a2cec63a4e6212cc63d21008453bd799cfe8774"
|
|
|
|
SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_configure_prepend() {
|
|
sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac
|
|
}
|