summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2025-11-19 23:53:24 +1300
committerKhem Raj <raj.khem@gmail.com>2025-11-19 09:41:30 -0800
commitf0306dccd7db684adebb35fd6910960e5b29af2e (patch)
tree413b1a7a98212b426b527d2bac04073aae517058
parent36aaf7f343269f534599907d703d131182bd59e5 (diff)
downloadmeta-openembedded-f0306dccd7db684adebb35fd6910960e5b29af2e.tar.gz
c-periphery: upgrade 2.4.3 -> 2.5.0
Updated SRC_URI to include tag. Changelog: https://github.com/vsergeev/c-periphery/compare/v2.4.3...v2.5.0 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/c-periphery/c-periphery_2.5.0.bb (renamed from meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.5.0.bb
index 058ede614e..0851463d7d 100644
--- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.5.0.bb
@@ -8,8 +8,8 @@ SECTION = "libs"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253"
10 10
11SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" 11SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master;tag=v${PV}"
12SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632" 12SRCREV = "76c4edd4b5c43a597fd37c618ed32dbc2a27ec40"
13 13
14 14
15inherit cmake 15inherit cmake