summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb
diff options
context:
space:
mode:
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"