summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libnice
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 10:31:20 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:39 -0700
commit4f8856680531e57dea9cb93f0eb9bb656af15666 (patch)
tree33e8291997efd06489f22a2eb6a8acdb264f3538 /meta-oe/recipes-support/libnice
parent6750fa90a315533a9354806b19f0f731a4a00e64 (diff)
downloadmeta-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.bb3
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 \
11SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz" 11SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz"
12SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e" 12SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e"
13 13
14UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/libnice/libnice/-/tags"
15UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
16
14DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}" 17DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}"
15 18
16PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" 19PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp"