blob: c1b19138fb129724db8ffa100845b05e17cb919f [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
11LICENSE = "MIT-style"
12LIC_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
23SRC_URI[md5sum] = "addfb1e897ca8079531669c7c7711726"
24SRC_URI[sha256sum] = "8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202"
25
Brad Bishopbba38f32018-08-23 16:11:46 +080026SRC_URI += "file://CVE-2017-2626.patch"
27
Brad Bishop6e60e8b2018-02-01 10:27:11 -050028PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050029PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060030PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"