blob: 44339eb27a882ebbbcd632549582df0f5f280731 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "ICE: Inter-Client Exchange library"
2
3DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \
4generic framework for building protocols on top of reliable, byte-stream \
5transport connections. It provides basic mechanisms for setting up and \
6shutting down connections, for performing authentication, for \
7negotiating versions, and for reporting errors. "
8
9require xorg-lib-common.inc
10
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "MIT"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93"
13
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014DEPENDS += "xorgproto xtrans"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015PROVIDES = "ice"
16
17PE = "1"
18
19XORG_PN = "libICE"
20
Brad Bishop19323692019-04-05 15:28:33 -040021BBCLASSEXTEND = "native nativesdk"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022
Brad Bishop96ff1982019-08-19 13:50:42 -040023SRC_URI[md5sum] = "76d77499ee7120a56566891ca2c0dbcf"
24SRC_URI[sha256sum] = "6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348"
Brad Bishopbba38f32018-08-23 16:11:46 +080025
Brad Bishop6e60e8b2018-02-01 10:27:11 -050026PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050027PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060028PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"