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 | |
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')
-rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb (renamed from meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb index a4a258145..3d87e4481 100644 --- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | |||
@@ -14,8 +14,8 @@ UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" | |||
14 | 14 | ||
15 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
16 | 16 | ||
17 | SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690" | 17 | SRC_URI[md5sum] = "15ec701205f91f21b1187f8b61e0d64f" |
18 | SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9" | 18 | SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7" |
19 | 19 | ||
20 | PACKAGE_BEFORE_PN = "${PN}++" | 20 | PACKAGE_BEFORE_PN = "${PN}++" |
21 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" | 21 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" |