From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../0001-Allow-to-boot-without-input-device.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 bsp/meta-rcar/meta-rcar-gen3-adas/recipes-graphics/wayland/weston-5.0.0/0001-Allow-to-boot-without-input-device.patch (limited to 'bsp/meta-rcar/meta-rcar-gen3-adas/recipes-graphics/wayland/weston-5.0.0/0001-Allow-to-boot-without-input-device.patch') diff --git a/bsp/meta-rcar/meta-rcar-gen3-adas/recipes-graphics/wayland/weston-5.0.0/0001-Allow-to-boot-without-input-device.patch b/bsp/meta-rcar/meta-rcar-gen3-adas/recipes-graphics/wayland/weston-5.0.0/0001-Allow-to-boot-without-input-device.patch deleted file mode 100644 index d453103e..00000000 --- a/bsp/meta-rcar/meta-rcar-gen3-adas/recipes-graphics/wayland/weston-5.0.0/0001-Allow-to-boot-without-input-device.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 980b48bc279d46559465665e94e546f661d1d427 Mon Sep 17 00:00:00 2001 -From: Grigory Kletsko -Date: Fri, 17 Feb 2017 03:06:27 +0300 -Subject: [PATCH 1/7] Allow to boot without input device - ---- - libweston/libinput-seat.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/libweston/libinput-seat.c b/libweston/libinput-seat.c -index ac1e8e9..b7f601a 100644 ---- a/libweston/libinput-seat.c -+++ b/libweston/libinput-seat.c -@@ -302,7 +302,6 @@ udev_input_enable(struct udev_input *input) - "\t- seats misconfigured " - "(Weston backend option 'seat', " - "udev device property ID_SEAT)\n"); -- return -1; - } - - return 0; --- -2.7.4 - -- cgit 1.2.3-korg