diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-11-29 11:40:41 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-11-29 14:48:34 -0800 |
commit | c62e100efd2f02ed2cd34cdd53f4c9e7162bc4fc (patch) | |
tree | aa37ab88414149965d971bdce20b1b8f4477db58 /meta/recipes-graphics/xorg-driver | |
parent | d52b7ca7c363b1a5e9b7e177d11a4620a7a51440 (diff) | |
download | openembedded-core-c62e100efd2f02ed2cd34cdd53f4c9e7162bc4fc.tar.gz openembedded-core-c62e100efd2f02ed2cd34cdd53f4c9e7162bc4fc.tar.bz2 openembedded-core-c62e100efd2f02ed2cd34cdd53f4c9e7162bc4fc.zip |
xf86-input-synaptics: Update to 1.5.0
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb index a75d0510a0..57180a2a67 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.4.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb @@ -12,6 +12,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" PR = "${INC_PR}.0" +SRC_URI[md5sum] = "41ee749ecbfef98f7fba708cb2afae87" +SRC_URI[sha256sum] = "95cc5399fc49c9a35b02c2272cd99b8438f4609b219278c66a79e74c916a1c4e" + DEPENDS += "libxi" # @@ -20,5 +23,3 @@ DEPENDS += "libxi" # EXTRA_OEMAKE += " sdkdir=${STAGING_INCDIR}/xorg " -SRC_URI[md5sum] = "cbe487f9d22237d1e39c7d0b5812ab7e" -SRC_URI[sha256sum] = "5874d979f028636dbddf14fffb84b496b006e63d5ea8dfa120820e58642812c2" |