diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-13 21:44:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 13:15:51 +0100 |
commit | b99989e635ddc00d2fb03b5014ec34906b3211bf (patch) | |
tree | 254c18e3f95e5269aa2684dbcacf908fd33c1cb6 /meta/recipes-graphics/xorg-lib | |
parent | d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1 (diff) | |
download | openembedded-core-b99989e635ddc00d2fb03b5014ec34906b3211bf.tar.gz openembedded-core-b99989e635ddc00d2fb03b5014ec34906b3211bf.tar.bz2 openembedded-core-b99989e635ddc00d2fb03b5014ec34906b3211bf.tar.xz openembedded-core-b99989e635ddc00d2fb03b5014ec34906b3211bf.zip |
libxi: upgrade from 1.4.2 to the latest version 1.4.3
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb (renamed from meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb b/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb index 50ff4266a..80a01fcf2 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb @@ -12,11 +12,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" DEPENDS += "libxext inputproto" + PE = "1" +PR = "r0" XORG_PN = "libXi" EXTRA_OECONF_append = " --enable-specs=no" -SRC_URI[md5sum] = "3d14f7bfc4a4335cf0144de9b67a5444" -SRC_URI[sha256sum] = "272b8041efc0a0203fb0ba33481ddec989539aed862181b58c8c3e410e325691" +SRC_URI[md5sum] = "792e8a7ddc7175911d69f823d38eaff6" +SRC_URI[sha256sum] = "08c9d89a404740592621e6f5078414df86ccc78ca876e3da1af15639d81c74e0" |