meta-openembedded/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
Jackie Huang b79176adb3 remove the unnecessary protocol parameters
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>
2013-09-03 16:59:13 +02:00

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
}