remove unused patch
OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=18
This commit is contained in:
parent
3d609b8207
commit
5d6f8983c4
@ -1,26 +0,0 @@
|
||||
From 1fc45f896bfc0384a5bddab41e38036d4f012811 Mon Sep 17 00:00:00 2001
|
||||
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
||||
Date: Wed, 12 May 2010 11:12:01 +0200
|
||||
Subject: [PATCH] add missing format args
|
||||
|
||||
---
|
||||
drivers/lirc_dev/lirc_dev.c | 3 ++-
|
||||
1 files changed, 2 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/drivers/lirc_dev/lirc_dev.c b/drivers/lirc_dev/lirc_dev.c
|
||||
index 02db7f4..93e894e 100644
|
||||
--- a/drivers/lirc_dev/lirc_dev.c
|
||||
+++ b/drivers/lirc_dev/lirc_dev.c
|
||||
@@ -754,7 +754,8 @@ static int irctl_ioctl(struct inode *inode, struct file *file,
|
||||
case LIRC_SET_REC_MODE:
|
||||
case LIRC_SET_SEND_MODE:
|
||||
printk(KERN_NOTICE LOGHEAD "userspace uses outdated ioctl "
|
||||
- "please update your lirc installation\n");
|
||||
+ "please update your lirc installation\n",
|
||||
+ ir->d.name, ir->d.minor);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
--
|
||||
1.6.4.2
|
||||
|
@ -30,7 +30,6 @@ Release: 1
|
||||
Source0: lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2
|
||||
Source1: Makefile.module
|
||||
Source2: Makefile.modsub
|
||||
Patch1: 0001-add-missing-format-args.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: s390 s390x
|
||||
%suse_kernel_module_package -n lirc kdump um debug
|
||||
@ -54,7 +53,6 @@ receivers for the serial port.
|
||||
|
||||
%prep
|
||||
%setup -q -n lirc-%{?snapshot}%{!?snapshot:%version}
|
||||
%patch1 -p1
|
||||
autoreconf -f -i
|
||||
PYTHON=/usr/bin/python \
|
||||
./configure --with-driver=all
|
||||
|
Loading…
x
Reference in New Issue
Block a user