diff options
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" | ||