diff options
Diffstat (limited to 'meta-oe/recipes-extended/libconfig')
-rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb index 70ea82eb9..a4a258145 100644 --- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.2.bb | |||
@@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" | |||
9 | 9 | ||
10 | SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" | 10 | SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" | ||
13 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" | ||
14 | |||
12 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
13 | 16 | ||
14 | SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690" | 17 | SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690" |
@@ -16,4 +19,3 @@ SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a | |||
16 | 19 | ||
17 | PACKAGE_BEFORE_PN = "${PN}++" | 20 | PACKAGE_BEFORE_PN = "${PN}++" |
18 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" | 21 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" |
19 | |||