summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch7
-rw-r--r--meta-oe/recipes-test/evtest/evtest_1.36.bb (renamed from meta-oe/recipes-test/evtest/evtest_1.35.bb)2
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch b/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
index 595b0296ea..55162207f8 100644
--- a/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
+++ b/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
@@ -1,4 +1,4 @@
1From 490f5b6cd788692d989f07180a5714c76872911e Mon Sep 17 00:00:00 2001 1From 55c872430c9444d7edaf50db0faa9bbc31dd085f Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 30 Nov 2019 11:58:58 -0800 3Date: Sat, 30 Nov 2019 11:58:58 -0800
4Subject: [PATCH] Fix build on 32bit arches with 64bit time_t 4Subject: [PATCH] Fix build on 32bit arches with 64bit time_t
@@ -10,13 +10,12 @@ input.h [1]
10 10
11Upstream-Status: Submitted [https://gitlab.freedesktop.org/libevdev/evtest/merge_requests/6] 11Upstream-Status: Submitted [https://gitlab.freedesktop.org/libevdev/evtest/merge_requests/6]
12Signed-off-by: Khem Raj <raj.khem@gmail.com> 12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13
14--- 13---
15 evtest.c | 5 +++++ 14 evtest.c | 5 +++++
16 1 file changed, 5 insertions(+) 15 1 file changed, 5 insertions(+)
17 16
18diff --git a/evtest.c b/evtest.c 17diff --git a/evtest.c b/evtest.c
19index ba7a161..8fc2e5a 100644 18index d3d3d8f..3045cce 100644
20--- a/evtest.c 19--- a/evtest.c
21+++ b/evtest.c 20+++ b/evtest.c
22@@ -63,6 +63,11 @@ 21@@ -63,6 +63,11 @@
@@ -30,4 +29,4 @@ index ba7a161..8fc2e5a 100644
30+ 29+
31 #define BITS_PER_LONG (sizeof(long) * 8) 30 #define BITS_PER_LONG (sizeof(long) * 8)
32 #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) 31 #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1)
33 #define OFF(x) ((x)%BITS_PER_LONG) 32 #define NBYTES(x) (NBITS(x) * sizeof(long))
diff --git a/meta-oe/recipes-test/evtest/evtest_1.35.bb b/meta-oe/recipes-test/evtest/evtest_1.36.bb
index 9c42efcdab..20a39a5976 100644
--- a/meta-oe/recipes-test/evtest/evtest_1.35.bb
+++ b/meta-oe/recipes-test/evtest/evtest_1.36.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6 6
7DEPENDS = "libxml2" 7DEPENDS = "libxml2"
8 8
9SRCREV = "da347a8f88d2e5729dd12d61ee9743f902065b55" 9SRCREV = "96e6cb5ae90726883be095a3e467e847c06225f7"
10SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \ 10SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \
11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
12 " 12 "