diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-06-24 10:01:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-23 23:20:36 -0700 |
commit | 5f203e9f2c5b12048b608aa2bc37c32c37a28f98 (patch) | |
tree | 42cbc8cec12a382dc5d14ad85385ff76070656b0 /meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | |
parent | c0150c13979d62a9cc01767fc46c4bac555e43cb (diff) | |
download | meta-openembedded-5f203e9f2c5b12048b608aa2bc37c32c37a28f98.tar.gz |
libconfig: upgrade 1.7.2 -> 1.7.3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb')
-rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb new file mode 100644 index 000000000..3d87e4481 --- /dev/null +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "C/C++ Configuration File Library" | ||
2 | DESCRIPTION = "Library for manipulating structured configuration files" | ||
3 | HOMEPAGE = "https://hyperrealm.github.io/libconfig/" | ||
4 | BUGTRACKER = "https://github.com/hyperrealm/libconfig/issues" | ||
5 | SECTION = "libs" | ||
6 | |||
7 | LICENSE = "LGPLv2.1" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" | ||
9 | |||
10 | SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" | ||
11 | |||
12 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" | ||
13 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" | ||
14 | |||
15 | inherit autotools-brokensep pkgconfig | ||
16 | |||
17 | SRC_URI[md5sum] = "15ec701205f91f21b1187f8b61e0d64f" | ||
18 | SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7" | ||
19 | |||
20 | PACKAGE_BEFORE_PN = "${PN}++" | ||
21 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" | ||