diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:54:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:40 -0700 |
| commit | b70b8d6e9bc55f714f697b3faeeb93f293a5ccf6 (patch) | |
| tree | 1cd2956c64af887e5412fe8a681efff172bdd80d | |
| parent | dae371448a92b3bf6ca9d01024ea3178297402ba (diff) | |
| download | meta-openembedded-b70b8d6e9bc55f714f697b3faeeb93f293a5ccf6.tar.gz | |
libsigc++-2.0: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.
The next version of the package can be found from upstream
sources.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
| -rw-r--r-- | meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb index b2eb5dd094..ede57bc3ec 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb | |||
| @@ -8,6 +8,9 @@ DEPENDS = "mm-common" | |||
| 8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.12/libsigc++-${PV}.tar.xz" | 8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.12/libsigc++-${PV}.tar.xz" |
| 9 | SRC_URI[sha256sum] = "a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843" | 9 | SRC_URI[sha256sum] = "a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/2.12/" | ||
| 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 13 | |||
| 11 | S = "${WORKDIR}/libsigc++-${PV}" | 14 | S = "${WORKDIR}/libsigc++-${PV}" |
| 12 | 15 | ||
| 13 | inherit meson | 16 | inherit meson |
