From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: treewide: Run refresh on all packages The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy --- .../010-libevdev-events-fix-compilation-with-older-kernels.patch | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/libevdev') diff --git a/libs/libevdev/patches/010-libevdev-events-fix-compilation-with-older-kernels.patch b/libs/libevdev/patches/010-libevdev-events-fix-compilation-with-older-kernels.patch index c890936d4..031911c45 100644 --- a/libs/libevdev/patches/010-libevdev-events-fix-compilation-with-older-kernels.patch +++ b/libs/libevdev/patches/010-libevdev-events-fix-compilation-with-older-kernels.patch @@ -12,8 +12,6 @@ Signed-off-by: Rosen Penev tools/mouse-dpi-tool.c | 5 +++++ 2 files changed, 10 insertions(+) -diff --git a/tools/libevdev-events.c b/tools/libevdev-events.c -index 547513e..e5940c9 100644 --- a/tools/libevdev-events.c +++ b/tools/libevdev-events.c @@ -33,6 +33,11 @@ @@ -28,8 +26,6 @@ index 547513e..e5940c9 100644 static void print_abs_bits(struct libevdev *dev, int axis) { -diff --git a/tools/mouse-dpi-tool.c b/tools/mouse-dpi-tool.c -index 9961f3a..c4830e7 100644 --- a/tools/mouse-dpi-tool.c +++ b/tools/mouse-dpi-tool.c @@ -37,6 +37,11 @@ @@ -44,6 +40,3 @@ index 9961f3a..c4830e7 100644 #define min(a, b) (((a) < (b)) ? (a) : (b)) #define max(a, b) (((a) > (b)) ? (a) : (b)) --- -2.25.3 - -- cgit v1.2.3