diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-10 22:54:15 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-11 09:05:11 -0800 |
| commit | 8b6e7ea4c68f5219b2ca8de47b8c3913330ca594 (patch) | |
| tree | de0c1f1449f8f534be78962a4a367b333f363d4b /meta-oe | |
| parent | 7bc733ee3d1a4b14827eecd812eead8c969124f9 (diff) | |
| download | meta-openembedded-8b6e7ea4c68f5219b2ca8de47b8c3913330ca594.tar.gz | |
libconfig add UPSTREAM_CHECK_URI
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -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 70ea82eb99..a4a2581458 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 | |||
