diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2024-04-09 23:08:33 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:39 -0700 |
| commit | a2ef79b14ad2361ceb0432319e337e3c25287e60 (patch) | |
| tree | 8d9adf62916ef73a104ef894b1c1ffe49876f942 /meta-oe/recipes-support/libnice | |
| parent | 39b3f4ec6b4d389ca93e5f5c46de26257b419184 (diff) | |
| download | meta-openembedded-a2ef79b14ad2361ceb0432319e337e3c25287e60.tar.gz | |
libnice: Update to 0.1.22
Changes since 0.1.21:
* ae3eb16 version 0.1.22
* 4d14e61 tests: Reduce the printing a little to please libxml
* 2de7472 Change padding to be rfc8489 conform
* 69840fa meson: Generate nice-version.h in the right builddir
* f071eb5 interfaces: Avoid using strncpy to keep NULL termination
* 332419e interfaces: Avoid overwriting the ifreq struct
* 2188064 interfaces: Don't iterate allocation
* 952d837 Include TURN sockets in nice_agent_get_sockets()
* d053572 nicesink: Protect field access with object lock
* 504189e ci: Update Windows image to latest
* 245c856 nice: Export nice_address_is_linklocal
* 60db3b6 gitlab-ci: Move Coverity build to Fedora 38
* 4b63250 agent/meson: Replace filename with basename
* f456747 agent: set consent timeout to value specified in RFC 7675
* f3688cf meson: do not build gst test in static mode
* b322577 ci: Remove keyring update for msys2
* 11df9cd ci: Update Windows image to 2022
* 63f4962 Use ifr_ifindex on Linux
* 37f1e24 Use ifr_index to fix build on OpenBSD
* f4e2838 Fix build with clang
* fdbffeb version 0.1.21.1
Move the recipe from meta-oe/recipes-support/farsight to
meta-oe/recipes-support/libnice since there is nothing else in the
farsight directory.
Also remove additions to do_configure() and do_compile() that have not
been needed since the switch to Meson.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libnice')
| -rw-r--r-- | meta-oe/recipes-support/libnice/libnice_0.1.22.bb | 30 |
1 files changed, 30 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 new file mode 100644 index 0000000000..175e10fdf6 --- /dev/null +++ b/meta-oe/recipes-support/libnice/libnice_0.1.22.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "Interactive Connectivity Establishment library" | ||
| 2 | DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE)." | ||
| 3 | HOMEPAGE = "http://nice.freedesktop.org/wiki/" | ||
| 4 | |||
| 5 | LICENSE = "LGPL-2.1-only & MPL-1.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ | ||
| 7 | file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
| 8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz" | ||
| 12 | SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e" | ||
| 13 | |||
| 14 | DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}" | ||
| 15 | |||
| 16 | PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" | ||
| 17 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0" | ||
| 18 | PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," | ||
| 19 | |||
| 20 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 21 | GTKDOC_MESON_ENABLE_FLAG = "enabled" | ||
| 22 | GTKDOC_MESON_DISABLE_FLAG = "disabled" | ||
| 23 | |||
| 24 | inherit meson gtk-doc gobject-introspection | ||
| 25 | |||
| 26 | EXTRA_OEMESON = "-Dexamples=disabled -Dtests=disabled" | ||
| 27 | |||
| 28 | FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" | ||
| 29 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a ${libdir}/gstreamer-1.0/pkgconfig" | ||
| 30 | FILES:${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" | ||
