summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-05-02 13:57:01 -0500
committerRyan Eatmon <reatmon@ti.com>2022-05-02 13:57:01 -0500
commit1b351e5a9be98d380768984f48ed5b5649323cc7 (patch)
treea03161235b757e619f6594884dd0e34ec9b016c5
parentccbe45c06b2fddf73b4a5c596214fc86b0968d39 (diff)
downloadmeta-ti-1b351e5a9be98d380768984f48ed5b5649323cc7.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--recipes-bsp/uio-module-drv/uio-module-drv.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index f483010e..daae836f 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -2,10 +2,10 @@ LICENSE = "BSD"
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"