diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:31:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:39 -0700 |
commit | 4f8856680531e57dea9cb93f0eb9bb656af15666 (patch) | |
tree | 33e8291997efd06489f22a2eb6a8acdb264f3538 /meta-oe/recipes-support/libnice | |
parent | 6750fa90a315533a9354806b19f0f731a4a00e64 (diff) | |
download | meta-openembedded-4f8856680531e57dea9cb93f0eb9bb656af15666.tar.gz |
libnice: 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>
Diffstat (limited to 'meta-oe/recipes-support/libnice')
-rw-r--r-- | meta-oe/recipes-support/libnice/libnice_0.1.22.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libnice/libnice_0.1.22.bb b/meta-oe/recipes-support/libnice/libnice_0.1.22.bb index 175e10fdf..4b932029e 100644 --- a/meta-oe/recipes-support/libnice/libnice_0.1.22.bb +++ b/meta-oe/recipes-support/libnice/libnice_0.1.22.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ | |||
11 | SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz" | 11 | SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz" |
12 | SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e" | 12 | SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/libnice/libnice/-/tags" | ||
15 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
16 | |||
14 | DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}" | 17 | DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}" |
15 | 18 | ||
16 | PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" | 19 | PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" |