mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
7fbb276718
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
15 lines
417 B
BlitzBasic
15 lines
417 B
BlitzBasic
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
|
|
SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59"
|
|
PV = "1.0+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
|
|
|
|
PNBLACKLIST[can-isotp] ?= "Kernel module Needs forward porting to kernel 5.2+"
|