mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:35:07 +00:00
libconfig add UPSTREAM_CHECK_URI
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7bc733ee3d
commit
8b6e7ea4c6
@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
|
|||||||
|
|
||||||
SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz"
|
SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases"
|
||||||
|
UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|
||||||
SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690"
|
SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690"
|
||||||
@ -16,4 +19,3 @@ SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a
|
|||||||
|
|
||||||
PACKAGE_BEFORE_PN = "${PN}++"
|
PACKAGE_BEFORE_PN = "${PN}++"
|
||||||
FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}"
|
FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user