summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-05-03 10:40:12 -0500
committerRyan Eatmon <reatmon@ti.com>2022-05-03 10:40:12 -0500
commit0b48ef9815be8f4774e868f2ea06db5c4846a728 (patch)
tree33faf5bbf9b1b69d87534bf5d95e8b919802428d
parent6e27ccb7c8b06e04a77a1e7c27c6bba585aea79e (diff)
downloadmeta-ti-0b48ef9815be8f4774e868f2ea06db5c4846a728.tar.gz
uio-module-drv-test: Fix build with clang
Point to an updated SRCREV that fixes a compile error with the clang compiler. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc b/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc
index 2c22e0cf..5b9ac50e 100644
--- a/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -2,10 +2,10 @@ LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" 2LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
3 3
4BRANCH = "master" 4BRANCH = "master"
5# This corresponds to version 02.02.01.00 5# This corresponds to version 02.03.01.00
6UIO_MODULE_DRV_SRCREV = "bda9260f2220840a60ec0fbc8011cbadf3cf1b91" 6UIO_MODULE_DRV_SRCREV = "78c535afe8f8cc0b715500a63eab0bc3606c0579"
7 7
8PV = "2.2.1.0+git${SRCPV}" 8PV = "2.3.1.0+git${SRCPV}"
9 9
10UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" 10UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git"
11UIO_MODULE_DRV_GIT_PROTOCOL = "git" 11UIO_MODULE_DRV_GIT_PROTOCOL = "git"