diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-18 12:25:03 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-20 19:08:56 -0700 |
commit | 31a9e70c845a09cb23e92ee528e2757156bae15c (patch) | |
tree | c75f46dd9c8424d9c9785a543e7e3f40e1a9d82e | |
parent | 665f9ae34e734d3c3fedba2c2bab9c7074a1d6e1 (diff) | |
download | meta-openembedded-31a9e70c845a09cb23e92ee528e2757156bae15c.tar.gz |
c-periphery: upgrade 2.4.1 -> 2.4.2
Changelog:
===========
* GPIO
* Fix building under Linux kernel headers missing realtime event
timestamp support in the gpio-cdev v2 ABI.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb (renamed from meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb index 3379ba16e4..8e38517448 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" |
12 | SRCREV = "6c5302cf8255c9bb75e535c566a8f1d94cfded5d" | 12 | SRCREV = "91f9678d2a35a3af3c633f20165bdde8bea32209" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||