We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8433b commit d180cb9Copy full SHA for d180cb9
recipes-support/parson/parson_1.1.0.bb renamed to recipes-support/parson/parson_1.5.3.bb
@@ -2,14 +2,14 @@ DESCRIPTION = "Lightweight JSON library written in C"
2
HOMEPAGE = "https://github.com/kgabis/parson"
3
AUTHOR = "Krzysztof Gabis"
4
LICENSE = "MIT"
5
-LIC_FILES_CHKSUM = "file://LICENSE;md5=14773547851b6ac335d3d7fb7707a021"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5bbf3d18d8ed39559cb984dfe7c3a1ad"
6
7
inherit cmake pkgconfig
8
9
PR = "r0"
10
11
SRC_URI = "\
12
- git://github.com/kgabis/parson.git;protocol=https;branch=master;rev=102a4467e10c77ffcfde1d233798780acd719cc5 \
+ git://github.com/kgabis/parson.git;protocol=https;branch=master;rev=ba29f4eda9ea7703a9f6a9cf2b0532a2605723c3 \
13
"
14
15
S = "${WORKDIR}/git"
0 commit comments