diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-07-18 11:12:23 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-19 08:41:40 +0100 |
| commit | 49c90ce762303332d752e72ce5f3198bed6dd724 (patch) | |
| tree | c499ee625d84b5682d0cd8d7e96e9ae692a40b27 /meta/recipes-graphics/xorg-lib/libice_1.0.10.bb | |
| parent | 3ef6ecd0d7e3c9b92bd6b558fed26f7d9e509036 (diff) | |
| download | poky-49c90ce762303332d752e72ce5f3198bed6dd724.tar.gz | |
libice:upgrade 1.0.9 -> 1.0.10
-Upgrade from libice_1.0.9.bb to libice_1.0.10.bb.
-libice/CVE-2017-2626.patch
Removed since this is included in 1.0.10.
(From OE-Core rev: d3581b5d5562604ba31fc2b10873b3b0c9bf75fc)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libice_1.0.10.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libice_1.0.10.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb new file mode 100644 index 0000000000..6a6316f320 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "ICE: Inter-Client Exchange library" | ||
| 2 | |||
| 3 | DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \ | ||
| 4 | generic framework for building protocols on top of reliable, byte-stream \ | ||
| 5 | transport connections. It provides basic mechanisms for setting up and \ | ||
| 6 | shutting down connections, for performing authentication, for \ | ||
| 7 | negotiating versions, and for reporting errors. " | ||
| 8 | |||
| 9 | require xorg-lib-common.inc | ||
| 10 | |||
| 11 | LICENSE = "MIT-style" | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" | ||
| 13 | |||
| 14 | DEPENDS += "xorgproto xtrans" | ||
| 15 | PROVIDES = "ice" | ||
| 16 | |||
| 17 | PE = "1" | ||
| 18 | |||
| 19 | XORG_PN = "libICE" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "76d77499ee7120a56566891ca2c0dbcf" | ||
| 24 | SRC_URI[sha256sum] = "6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 27 | PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd" | ||
| 28 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
