From 31a9e70c845a09cb23e92ee528e2757156bae15c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Jul 2023 12:25:03 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../c-periphery/{c-periphery_2.4.1.bb => c-periphery_2.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/c-periphery/{c-periphery_2.4.1.bb => c-periphery_2.4.2.bb} (91%) 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 similarity index 91% rename from meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289" SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" -SRCREV = "6c5302cf8255c9bb75e535c566a8f1d94cfded5d" +SRCREV = "91f9678d2a35a3af3c633f20165bdde8bea32209" S = "${WORKDIR}/git"