mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
xf86-input-synaptics: upgrade to 1.3.0
- update license checksum due to commit "COPYING: add three missing authors listed in synaptics.c". the license type is unchanged. - Pass correct "sdkdir" value for cross compiling Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
@@ -145,7 +145,7 @@ PREFERRED_VERSION_libpciaccess ?= "0.12.0"
|
||||
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
||||
PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0"
|
||||
PREFERRED_VERSION_xf86-input-keyboard ?= "1.5.0"
|
||||
PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1"
|
||||
PREFERRED_VERSION_xf86-input-synaptics ?= "1.3.0"
|
||||
PREFERRED_VERSION_xf86-video-intel ?= "2.13.0"
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
require xf86-input-common.inc
|
||||
|
||||
DESCRIPTION = "X.Org X server -- keyboard input driver"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=08955125302e95a16628a4bec64ade5f"
|
||||
|
||||
DEPENDS += "libxi"
|
||||
|
||||
SRC_URI[md5sum] = "29a6f9da5123149e4abc8ff83880ed5c"
|
||||
SRC_URI[sha256sum] = "a63b48c5c8eb09416b941dea591a948e111d1b2e14d4620f25377cf47cf877e6"
|
||||
@@ -0,0 +1,16 @@
|
||||
require xf86-input-common.inc
|
||||
|
||||
DESCRIPTION = "X.Org X server -- keyboard input driver"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5"
|
||||
|
||||
DEPENDS += "libxi"
|
||||
|
||||
#
|
||||
# the xorg-synaptics.pc has hardcoded sdkdir=/usr/include/xorg, which is not correct
|
||||
# for cross compiling, so pass the correct sdkdir as include path
|
||||
#
|
||||
EXTRA_OEMAKE += " sdkdir=${STAGING_INCDIR}/xorg "
|
||||
|
||||
SRC_URI[md5sum] = "b4e58eba1bdca13f0929a4b03b262135"
|
||||
SRC_URI[sha256sum] = "30a33250c4f3d2daa8a61cab847dc7befd3248db0fca139d17fd7b890b5a8fd7"
|
||||
Reference in New Issue
Block a user