diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 11:46:05 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:50:14 -0800 |
commit | 287ec4bd2eef7c3323c7987bfa65be7cea12c973 (patch) | |
tree | 1a056cd931654a71c877dea93eae51a381ad4df4 | |
parent | 0071b8be664411bc04f326c6fe7dcec0c7b281a0 (diff) | |
download | openembedded-core-287ec4bd2eef7c3323c7987bfa65be7cea12c973.tar.gz openembedded-core-287ec4bd2eef7c3323c7987bfa65be7cea12c973.tar.bz2 openembedded-core-287ec4bd2eef7c3323c7987bfa65be7cea12c973.zip |
libxi: Update to version 1.4.0
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxi_1.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.3.bb b/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb index bd21eadd13..7f37d859c2 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb @@ -3,7 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Input extension library" LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=2aafbfe6127f6f03eb776283e6138cce \ +LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" DEPENDS += "libxext inputproto" |