diff options
| author | Ross Burton <ross.burton@intel.com> | 2014-07-22 19:38:16 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 21:59:15 +0100 |
| commit | c3601c802094517a6a8a498d744636c74531702d (patch) | |
| tree | 719943970aae6bace0cba5228b5c1e546cac0d37 /meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | |
| parent | 2c74aca61c141c15c80540410edf1f5201ef63cb (diff) | |
| download | poky-c3601c802094517a6a8a498d744636c74531702d.tar.gz | |
libice: upgrade to 1.0.9
(From OE-Core rev: 54297905f71a70359713d5a99a1440b4578613d5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libice_1.0.9.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb new file mode 100644 index 0000000000..314d28148f --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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 += "xproto xtrans" | ||
| 15 | PROVIDES = "ice" | ||
| 16 | |||
| 17 | PE = "1" | ||
| 18 | |||
| 19 | XORG_PN = "libICE" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "addfb1e897ca8079531669c7c7711726" | ||
| 24 | SRC_URI[sha256sum] = "8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202" | ||
