diff options
-rw-r--r-- | meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb new file mode 100644 index 0000000000..3c019eb7ce --- /dev/null +++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" | ||
3 | SRCREV = "d1248b0f22ea8dc3b9d84a61bd35a83309bdb4b4" | ||
4 | PV = "1.0+git${SRCPV}" | ||
5 | |||
6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit module | ||
11 | |||
12 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" | ||