From 782b5a9522dc973dfd1df8ad6e421450d2a1fdcd Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 14 Jul 2020 10:28:28 -0500 Subject: Add package suffix to mtac and mts-io drivers --- recipes-bsp/multitech/mtac-eth_1.1.0.bb | 2 +- recipes-bsp/multitech/mtac-gpiob_1.1.2.bb | 2 +- recipes-bsp/multitech/mtac-lora_1.1.4.bb | 2 +- recipes-bsp/multitech/mtac-mfser_1.1.0.bb | 2 +- recipes-bsp/multitech/mtac-pulse_1.1.0.bb | 2 +- recipes-bsp/multitech/mtac-xdot_1.1.0.bb | 2 +- recipes-bsp/multitech/mtac_4.0.3.bb | 2 +- recipes-bsp/multitech/mts-io.inc | 1 + 8 files changed, 8 insertions(+), 7 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/multitech/mtac-eth_1.1.0.bb b/recipes-bsp/multitech/mtac-eth_1.1.0.bb index b4f784b..f05fc19 100644 --- a/recipes-bsp/multitech/mtac-eth_1.1.0.bb +++ b/recipes-bsp/multitech/mtac-eth_1.1.0.bb @@ -11,7 +11,7 @@ INC_PR = "r0" SRCREV = "${PV}" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac-eth.git;protocol=git \ diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb index 5fbc34a..d00c5fa 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb @@ -11,7 +11,7 @@ INC_PR = "r0" SRCREV = "${AUTOREV}" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac-gpiob.git;protocol=git \ diff --git a/recipes-bsp/multitech/mtac-lora_1.1.4.bb b/recipes-bsp/multitech/mtac-lora_1.1.4.bb index c2a861f..ec4dd21 100644 --- a/recipes-bsp/multitech/mtac-lora_1.1.4.bb +++ b/recipes-bsp/multitech/mtac-lora_1.1.4.bb @@ -11,7 +11,7 @@ INC_PR = "r0" SRCREV = "${PV}" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac-lora.git;protocol=git \ diff --git a/recipes-bsp/multitech/mtac-mfser_1.1.0.bb b/recipes-bsp/multitech/mtac-mfser_1.1.0.bb index 070c2d5..42640f5 100644 --- a/recipes-bsp/multitech/mtac-mfser_1.1.0.bb +++ b/recipes-bsp/multitech/mtac-mfser_1.1.0.bb @@ -11,7 +11,7 @@ INC_PR = "r0" SRCREV = "${PV}" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac-mfser.git;protocol=git \ diff --git a/recipes-bsp/multitech/mtac-pulse_1.1.0.bb b/recipes-bsp/multitech/mtac-pulse_1.1.0.bb index e7dd731..4b0195f 100644 --- a/recipes-bsp/multitech/mtac-pulse_1.1.0.bb +++ b/recipes-bsp/multitech/mtac-pulse_1.1.0.bb @@ -11,7 +11,7 @@ INC_PR = "r0" SRCREV = "${PV}" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac-pulse.git;protocol=git \ diff --git a/recipes-bsp/multitech/mtac-xdot_1.1.0.bb b/recipes-bsp/multitech/mtac-xdot_1.1.0.bb index a0861a4..988a491 100644 --- a/recipes-bsp/multitech/mtac-xdot_1.1.0.bb +++ b/recipes-bsp/multitech/mtac-xdot_1.1.0.bb @@ -11,7 +11,7 @@ INC_PR = "r2" SRCREV = "${PV}" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac-xdot.git;protocol=git \ diff --git a/recipes-bsp/multitech/mtac_4.0.3.bb b/recipes-bsp/multitech/mtac_4.0.3.bb index 7e452bc..376dfa1 100644 --- a/recipes-bsp/multitech/mtac_4.0.3.bb +++ b/recipes-bsp/multitech/mtac_4.0.3.bb @@ -14,7 +14,7 @@ SRCREV = "${AUTOREV}" # Some packages depend on mtac RPROVIDES_kernel-module-${PN} = "mtac" -PR = "${INC_PR}.1-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mtac.git;protocol=git \ diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc index 3360570..5b1dccc 100644 --- a/recipes-bsp/multitech/mts-io.inc +++ b/recipes-bsp/multitech/mts-io.inc @@ -11,6 +11,7 @@ INC_PR = "r1" SRCREV = "${PV}" +PR = "${INC_PR}.1-${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ git://git.multitech.net/mts-io.git;protocol=git \ -- cgit v1.2.3