From: Wang Mingyu <[email protected]> 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch refreshed for 1.36
Changelog: =============== - Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE - Add performance key - Add ifdef - Use bytes instead of bits for size of ioctl input - CI: add workflow rules - evtest 1.36 - Add SW_MACHINE_COVER - add KEY_MACRO 1-30 and other keys Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 3682b77d4d7430e3542b57b3d0fb0a6318afe8bf) Signed-off-by: Ankur Tyagi <[email protected]> --- .../0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 7 +++---- .../recipes-test/evtest/{evtest_1.35.bb => evtest_1.36.bb} | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) rename meta-oe/recipes-test/evtest/{evtest_1.35.bb => evtest_1.36.bb} (90%) 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 @@ -From 490f5b6cd788692d989f07180a5714c76872911e Mon Sep 17 00:00:00 2001 +From 55c872430c9444d7edaf50db0faa9bbc31dd085f Mon Sep 17 00:00:00 2001 From: Khem Raj <[email protected]> Date: Sat, 30 Nov 2019 11:58:58 -0800 Subject: [PATCH] Fix build on 32bit arches with 64bit time_t @@ -10,13 +10,12 @@ input.h [1] Upstream-Status: Submitted [https://gitlab.freedesktop.org/libevdev/evtest/merge_requests/6] Signed-off-by: Khem Raj <[email protected]> - --- evtest.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/evtest.c b/evtest.c -index ba7a161..8fc2e5a 100644 +index d3d3d8f..3045cce 100644 --- a/evtest.c +++ b/evtest.c @@ -63,6 +63,11 @@ @@ -30,4 +29,4 @@ index ba7a161..8fc2e5a 100644 + #define BITS_PER_LONG (sizeof(long) * 8) #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) - #define OFF(x) ((x)%BITS_PER_LONG) + #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 similarity index 90% rename from meta-oe/recipes-test/evtest/evtest_1.35.bb rename to meta-oe/recipes-test/evtest/evtest_1.36.bb index 52f684ce5f..56f50f74ca 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" DEPENDS = "libxml2" -SRCREV = "da347a8f88d2e5729dd12d61ee9743f902065b55" +SRCREV = "96e6cb5ae90726883be095a3e467e847c06225f7" SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \ file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ "
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121599): https://lists.openembedded.org/g/openembedded-devel/message/121599 Mute This Topic: https://lists.openembedded.org/mt/116270421/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
