From 8286524f1f72d4ea1be506051146f2db8b0408b5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Apr 2023 11:21:24 +0800 Subject: [PATCH] c-periphery: upgrade 2.4.0 -> 2.4.1 Changelog: * Fix realtime timestamp reporting for line events in gpio-cdev v2 implementation. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{c-periphery_2.4.0.bb => c-periphery_2.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/c-periphery/{c-periphery_2.4.0.bb => c-periphery_2.4.1.bb} (78%) diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb similarity index 78% rename from meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb rename to meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb index be8d187657..3379ba16e4 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb @@ -6,10 +6,10 @@ HOMEPAGE = "https://github.com/vsergeev/c-periphery" SECTION = "libs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" +LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289" SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" -SRCREV = "e9799b893ec77f97045544279f0cabd28323b0a3" +SRCREV = "6c5302cf8255c9bb75e535c566a8f1d94cfded5d" S = "${WORKDIR}/git"