mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
xf86-input-vmmouse: Upgrade 13.0.0 -> 13.1.0
* Remove backported patch
* Remove PR
* Use ${nonarch_base_libdir} for udev files.
(From OE-Core rev: 83a8b00dfb88115a612eff44296956062c5097a5)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f0ad4ce3c7
commit
fbe44c4cd5
@@ -1,81 +0,0 @@
|
||||
From 336f8633837abe4a1e5ba84b53ac8b9dac5d29a2 Mon Sep 17 00:00:00 2001
|
||||
From: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
|
||||
Date: Thu, 28 Nov 2013 11:59:53 -0800
|
||||
Subject: Always include config.h first
|
||||
|
||||
This fixes some build warnings about CSRG_BASED being redefined due to
|
||||
incorrect header include ordering.
|
||||
|
||||
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
|
||||
|
||||
Upstream-Status: Backport
|
||||
|
||||
Index: xf86-input-vmmouse-13.0.0/shared/vmmouse_client.c
|
||||
===================================================================
|
||||
--- xf86-input-vmmouse-13.0.0.orig/shared/vmmouse_client.c 2014-08-28 18:33:16.168070587 -0700
|
||||
+++ xf86-input-vmmouse-13.0.0/shared/vmmouse_client.c 2014-08-28 18:33:16.152070587 -0700
|
||||
@@ -39,6 +39,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
+#include "config.h"
|
||||
+#endif
|
||||
+
|
||||
#include "vmmouse_client.h"
|
||||
#include "vmmouse_proto.h"
|
||||
|
||||
Index: xf86-input-vmmouse-13.0.0/shared/vmmouse_proto.c
|
||||
===================================================================
|
||||
--- xf86-input-vmmouse-13.0.0.orig/shared/vmmouse_proto.c 2014-08-28 18:33:16.168070587 -0700
|
||||
+++ xf86-input-vmmouse-13.0.0/shared/vmmouse_proto.c 2014-08-28 18:33:16.156070587 -0700
|
||||
@@ -33,6 +33,10 @@
|
||||
*/
|
||||
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
+#include "config.h"
|
||||
+#endif
|
||||
+
|
||||
#include "vmmouse_proto.h"
|
||||
|
||||
|
||||
Index: xf86-input-vmmouse-13.0.0/shared/vmmouse_proto.h
|
||||
===================================================================
|
||||
--- xf86-input-vmmouse-13.0.0.orig/shared/vmmouse_proto.h 2014-08-28 18:33:16.168070587 -0700
|
||||
+++ xf86-input-vmmouse-13.0.0/shared/vmmouse_proto.h 2014-08-28 18:33:16.156070587 -0700
|
||||
@@ -36,11 +36,6 @@
|
||||
#ifndef _VMMOUSE_PROTO_H_
|
||||
#define _VMMOUSE_PROTO_H_
|
||||
|
||||
-
|
||||
-#ifdef HAVE_CONFIG_H
|
||||
-#include "config.h"
|
||||
-#endif
|
||||
-
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef HAVE_XORG_SERVER_1_1_0
|
||||
Index: xf86-input-vmmouse-13.0.0/tools/vmmouse_detect.c
|
||||
===================================================================
|
||||
--- xf86-input-vmmouse-13.0.0.orig/tools/vmmouse_detect.c 2014-08-28 18:33:16.168070587 -0700
|
||||
+++ xf86-input-vmmouse-13.0.0/tools/vmmouse_detect.c 2014-08-28 18:33:16.160070587 -0700
|
||||
@@ -26,14 +26,14 @@
|
||||
*/
|
||||
|
||||
|
||||
-#include <stdlib.h>
|
||||
-#include <signal.h>
|
||||
-#include "vmmouse_client.h"
|
||||
-
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+#include <stdlib.h>
|
||||
+#include <signal.h>
|
||||
+#include "vmmouse_client.h"
|
||||
+
|
||||
void
|
||||
segvCB(int sig)
|
||||
{
|
||||
+5
-7
@@ -6,12 +6,8 @@ protocol that is provided by VMware virtual machines to give absolute \
|
||||
pointer positioning. The vmmouse driver is capable of falling back to the \
|
||||
standard 'mouse' driver if a VMware virtual machine is not detected."
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI += "file://always_include_config.h.patch"
|
||||
|
||||
SRC_URI[md5sum] = "34f9f64ee6a1a51fc8266a9af24e1e07"
|
||||
SRC_URI[sha256sum] = "04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c"
|
||||
SRC_URI[md5sum] = "85e2e464b7219c495ad3a16465c226ed"
|
||||
SRC_URI[sha256sum] = "0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319"
|
||||
|
||||
RDEPENDS_${PN} += "xf86-input-mouse"
|
||||
|
||||
@@ -25,4 +21,6 @@ do_install_append () {
|
||||
rm -rf ${D}${libdir}/hal/
|
||||
}
|
||||
|
||||
FILES_${PN} += "${base_libdir}/udev/ ${datadir}/X11/xorg.conf.d"
|
||||
EXTRA_OECONF = "--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d"
|
||||
|
||||
FILES_${PN} += "${nonarch_base_libdir}/udev/rules.d/ ${datadir}/X11/xorg.conf.d"
|
||||
Reference in New Issue
Block a user