libice: upgrade to the latest version 1.0.6

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-06-29 10:24:52 +08:00 committed by Richard Purdie
parent fa9c8a0fdc
commit 0012b7c117
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
DESCRIPTION = "X11 Inter-Client Exchange library"
require xorg-lib-common.inc
DESCRIPTION = "X11 Inter-Client Exchange library"
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93"
DEPENDS += "xproto xtrans"
PROVIDES = "ice"
PR = "r1"
PR = "r0"
PE = "1"
XORG_PN = "libICE"