From 6edb29898ef4bb81d25461691bdac56468f4fdba Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Apr 2023 16:26:01 +0800 Subject: [PATCH] c-periphery: upgrade 2.3.1 -> 2.4.0 Changelog: ========== * GPIO * Add support for gpio-cdev v2 ABI. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../c-periphery/{c-periphery_2.3.1.bb => c-periphery_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/c-periphery/{c-periphery_2.3.1.bb => c-periphery_2.4.0.bb} (91%) diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb similarity index 91% rename from meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb rename to meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb index b5bdcd5b19..be8d187657 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb @@ -9,7 +9,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" -SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" +SRCREV = "e9799b893ec77f97045544279f0cabd28323b0a3" S = "${WORKDIR}/git"