summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-periphery
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/c-periphery')
-rw-r--r--meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb (renamed from meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
index 8e38517448..058ede614e 100644
--- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
@@ -6,12 +6,11 @@ HOMEPAGE = "https://github.com/vsergeev/c-periphery"
6SECTION = "libs" 6SECTION = "libs"
7 7
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289" 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"
12SRCREV = "91f9678d2a35a3af3c633f20165bdde8bea32209" 12SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632"
13 13
14S = "${WORKDIR}/git"
15 14
16inherit cmake 15inherit cmake
17 16