diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-05-02 13:57:01 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-02 13:57:01 -0500 |
commit | 1b351e5a9be98d380768984f48ed5b5649323cc7 (patch) | |
tree | a03161235b757e619f6594884dd0e34ec9b016c5 /recipes-bsp/uio-module-drv | |
parent | ccbe45c06b2fddf73b4a5c596214fc86b0968d39 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/uio-module-drv')
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv.inc | 6 |
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" | |||
2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" |
3 | 3 | ||
4 | BRANCH = "master" | 4 | BRANCH = "master" |
5 | # This corresponds to version 02.02.01.00 | 5 | # This corresponds to version 02.03.01.00 |
6 | UIO_MODULE_DRV_SRCREV = "bda9260f2220840a60ec0fbc8011cbadf3cf1b91" | 6 | UIO_MODULE_DRV_SRCREV = "78c535afe8f8cc0b715500a63eab0bc3606c0579" |
7 | 7 | ||
8 | PV = "2.2.1.0+git${SRCPV}" | 8 | PV = "2.3.1.0+git${SRCPV}" |
9 | 9 | ||
10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" | 10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" |
11 | UIO_MODULE_DRV_GIT_PROTOCOL = "git" | 11 | UIO_MODULE_DRV_GIT_PROTOCOL = "git" |