can-isotp_git.bb 480 B

12345678910111213141516171819
  1. LICENSE = "GPL-2.0-only"
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
  3. SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608"
  4. PV = "1.0+git"
  5. SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master"
  6. S = "${WORKDIR}/git"
  7. inherit module
  8. EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
  9. do_install:append() {
  10. install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
  11. }
  12. EXCLUDE_FROM_WORLD = "1"