summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-05-14 10:10:42 +0000
committerTom Zanussi <tom.zanussi@intel.com>2013-05-16 08:48:12 -0500
commit3077403942b721e1dea79974266c45df47ee8bcd (patch)
tree138ef4c6bed7528dc0375308328e4129ff3db045
parentb55e7a307247c2c5e039d456037d04269996da04 (diff)
downloadmeta-intel-3077403942b721e1dea79974266c45df47ee8bcd.tar.gz
xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs
The newer 1.7.0 version of xf86-input-synaptics from oecore layer needs >= 1.12 version of xorg-server. And the EMGD graphics based BSPs are tied with 1.9.x version of xorg-server. So to unbreak the EMGD BSPs builds bringing back the older version of xf86-input-synaptics recipe. This commit avoids these build errors: | checking for XORG... no | configure: error: Package requirements (inputproto >= 2.1.99.3 xorg-server >= 1.12 xproto inputproto randrproto) were not met: | | Requested 'xorg-server >= 1.12' but version of xorg-server is 1.9.3 | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables XORG_CFLAGS | and XORG_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (see .../build-crownbay/tmp/work/core2-poky-linux/xf86-input-synaptics/2_1.7.0-r0/temp/log.do_configure.74988 for further information) ERROR: Task 3863 (.../poky.git/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.0.bb, do_configure) failed with exit code '1' Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb b/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb
new file mode 100644
index 00000000..cc582a12
--- /dev/null
+++ b/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb
@@ -0,0 +1,23 @@
1require recipes-graphics/xorg-driver/xorg-driver-input.inc
2
3#SRC_URI += "file://configurefix.patch"
4
5SUMMARY = "X.Org X server -- synaptics touchpad input driver"
6
7DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \
8Synaptics Incorporated. Even though these touchpads (by default, \
9operating in a compatibility mode emulating a standard mouse) can be \
10handled by the normal evdev or mouse drivers, this driver allows more \
11advanced features of the touchpad to become available."
12
13LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5"
14
15PR = "${INC_PR}.0"
16
17SRC_URI[md5sum] = "3568930b0bda522e00272b64c0ca2ca2"
18SRC_URI[sha256sum] = "b40c9dbd5f743ff1eb2ac81a23b9676df72e76ed3fa6408de3f8a3a260248604"
19
20DEPENDS += "libxi mtdev"
21
22FILES_${PN} += "${datadir}/X11/xorg.conf.d"
23