summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-26 15:04:42 -0500
committerJohn Klug <john.klug@multitech.com>2021-06-22 12:31:34 -0500
commitdf005a6a5b587ee404912adb1d1153d01196fc1e (patch)
tree5a44e2494386228722a9ae412026791526b9f9f4
parent34c3f831e5f1d001dcf8ff6409a6d942a2720a8a (diff)
downloadmeta-multitech-df005a6a5b587ee404912adb1d1153d01196fc1e.tar.gz
meta-multitech-df005a6a5b587ee404912adb1d1153d01196fc1e.tar.bz2
meta-multitech-df005a6a5b587ee404912adb1d1153d01196fc1e.zip
Add dependency on mts-io-sysfs, bump the revision
-rw-r--r--recipes-bsp/multitech/mts-io.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc
index e894427..0df41f5 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -7,13 +7,14 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19
file://io-tool/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
"
do_fetch[depends] += "virtual/kernel:do_shared_workdir"
-INC_PR = "r3"
+INC_PR = "r4"
SRCREV = "${PV}"
-PR = "${INC_PR}-${KERNEL_MODULE_PACKAGE_SUFFIX}"
+PR = "${INC_PR}.0-${KERNEL_MODULE_PACKAGE_SUFFIX}"
# Some package needs to provide mts-io
RPROVIDES_kernel-module-${PN} = "mts-io"
+RDEPENDS_${PN}-noarch = "mts-io-sysfs"
SRC_URI = " \
git://git.multitech.net/mts-io.git;protocol=git \