summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-15 20:24:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:19:39 +0000
commitdc7ab6e85e6022f9775e896c87349cc99f23c8c9 (patch)
tree5e803b6cd95cb818bddc5c695364db2e536c3027 /meta/recipes-graphics/xorg-lib/libice_1.0.8.bb
parent880739ebff465bdeb65406cee45835458fff5961 (diff)
downloadpoky-dc7ab6e85e6022f9775e896c87349cc99f23c8c9.tar.gz
libice: upgrade to 1.0.8
(From OE-Core rev: 5ae0128ac4cd763e6d525834ba077944b1f03920) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libice_1.0.8.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libice_1.0.8.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb
new file mode 100644
index 0000000000..43c8336ae2
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb
@@ -0,0 +1,25 @@
1SUMMARY = "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
14DEPENDS += "xproto xtrans"
15PROVIDES = "ice"
16
17PR = "r0"
18PE = "1"
19
20XORG_PN = "libICE"
21
22BBCLASSEXTEND = "native"
23
24SRC_URI[md5sum] = "471b5ca9f5562ac0d6eac7a0bf650738"
25SRC_URI[sha256sum] = "24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e"