[meta-intel] [PATCH 1/5] xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed May 15 01:02:37 PDT 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 at intel.com>
---
 .../xorg-driver/xf86-input-synaptics_1.6.3.bb      | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb

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 0000000..cc582a1
--- /dev/null
+++ b/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb
@@ -0,0 +1,23 @@
+require recipes-graphics/xorg-driver/xorg-driver-input.inc
+
+#SRC_URI += "file://configurefix.patch"
+
+SUMMARY = "X.Org X server -- synaptics touchpad input driver"
+
+DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \
+Synaptics Incorporated. Even though these touchpads (by default, \
+operating in a compatibility mode emulating a standard mouse) can be \
+handled by the normal evdev or mouse drivers, this driver allows more \
+advanced features of the touchpad to become available."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5"
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "3568930b0bda522e00272b64c0ca2ca2"
+SRC_URI[sha256sum] = "b40c9dbd5f743ff1eb2ac81a23b9676df72e76ed3fa6408de3f8a3a260248604"
+
+DEPENDS += "libxi mtdev"
+
+FILES_${PN} += "${datadir}/X11/xorg.conf.d"
+
-- 
1.8.1.4




More information about the meta-intel mailing list