mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
529 B
BlitzBasic
20 lines
529 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 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_configure_prepend() {
|
|
sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac
|
|
}
|