summaryrefslogtreecommitdiff
path: root/packages/dvbtools/dvb-apps-1.1.1
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-05-09 14:00:58 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-05-09 14:00:58 +0000
commitf36859e354e7b21eef237c4e04cc1004a70f31bb (patch)
treecd097b502ca1cfbdba9b8a6fa2a80a180a3e5a4e /packages/dvbtools/dvb-apps-1.1.1
parent62628936508ef18aa3e077702c38111f7ae3ec6f (diff)
dvb-apps_1.1.1.bb : add from OM mtn
Diffstat (limited to 'packages/dvbtools/dvb-apps-1.1.1')
-rw-r--r--packages/dvbtools/dvb-apps-1.1.1/.mtn2git_empty0
-rw-r--r--packages/dvbtools/dvb-apps-1.1.1/makefile.patch89
2 files changed, 89 insertions, 0 deletions
diff --git a/packages/dvbtools/dvb-apps-1.1.1/.mtn2git_empty b/packages/dvbtools/dvb-apps-1.1.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/dvbtools/dvb-apps-1.1.1/.mtn2git_empty
diff --git a/packages/dvbtools/dvb-apps-1.1.1/makefile.patch b/packages/dvbtools/dvb-apps-1.1.1/makefile.patch
new file mode 100644
index 0000000000..d3acb45d05
--- /dev/null
+++ b/packages/dvbtools/dvb-apps-1.1.1/makefile.patch
@@ -0,0 +1,89 @@
+Index: linuxtv-dvb-apps-1.1.1/test/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/test/Makefile 2004-01-17 17:59:46.000000000 +0100
++++ linuxtv-dvb-apps-1.1.1/test/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,6 +1,6 @@
+ # Makefile for Linux DVB API Version 3 test programs
+
+-CC = gcc
++
+ CFLAGS = -g -O2 -W -Wall -I../include
+
+ TARGETS = \
+Index: linuxtv-dvb-apps-1.1.1/util/av7110_loadkeys/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/av7110_loadkeys/Makefile 2004-01-17 17:59:46.000000000 +0100
++++ linuxtv-dvb-apps-1.1.1/util/av7110_loadkeys/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,7 +1,6 @@
+-CC = gcc
+ CFLAGS = -g -Wall -O2
+
+-all: av7110_loadkeys evtest
++all: evtest
+
+ av7110_loadkeys: av7110_loadkeys.o
+
+Index: linuxtv-dvb-apps-1.1.1/util/lib/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/lib/Makefile 2004-01-17 17:59:46.000000000 +0100
++++ linuxtv-dvb-apps-1.1.1/util/lib/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,5 +1,5 @@
+
+-CC = gcc
++
+ CFLAGS = -MD -g -Wall -O2 -I../../include -I.
+ LFLAGS = -g -Wall
+
+Index: linuxtv-dvb-apps-1.1.1/util/scan/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/scan/Makefile 2006-05-18 01:34:53.000000000 +0200
++++ linuxtv-dvb-apps-1.1.1/util/scan/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,5 +1,5 @@
+
+-CC = gcc
++
+ CFLAGS = -MD -g -Wall -O2 -I../../include
+ LFLAGS = -g -Wall
+
+Index: linuxtv-dvb-apps-1.1.1/util/szap/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/szap/Makefile 2006-05-18 01:31:54.000000000 +0200
++++ linuxtv-dvb-apps-1.1.1/util/szap/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,4 +1,4 @@
+-CC = gcc
++
+ CFLAGS = -MD -Wall -g -O2 -I../../include -I../lib
+ LFLAGS = -Wall -g -O2
+ RM = rm -f
+Index: linuxtv-dvb-apps-1.1.1/util/dvbdate/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/dvbdate/Makefile 2004-01-17 17:59:46.000000000 +0100
++++ linuxtv-dvb-apps-1.1.1/util/dvbdate/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,5 +1,4 @@
+
+-CC = gcc
+ CFLAGS = -g -O2 -MD -Wall -I. -I../../include
+ LFLAGS =
+
+Index: linuxtv-dvb-apps-1.1.1/util/dvbnet/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/dvbnet/Makefile 2004-01-17 17:59:46.000000000 +0100
++++ linuxtv-dvb-apps-1.1.1/util/dvbnet/Makefile 2008-03-25 20:04:23.000000000 +0100
+@@ -1,5 +1,4 @@
+
+-CC = gcc
+ CFLAGS = -g -O2 -MD -Wall -I. -I../../include
+ LFLAGS =
+
+Index: linuxtv-dvb-apps-1.1.1/util/dvbtraffic/Makefile
+===================================================================
+--- linuxtv-dvb-apps-1.1.1.orig/util/dvbtraffic/Makefile 2004-01-19 18:10:16.000000000 +0100
++++ linuxtv-dvb-apps-1.1.1/util/dvbtraffic/Makefile 2008-03-25 20:09:00.000000000 +0100
+@@ -1,6 +1,6 @@
+
+ dvbtraffic: dvbtraffic.c
+- gcc -MD -g -O2 -Wall -I../../include $< -o $@
++ $(CC) -MD -g -O2 -Wall -I../../include $< -o $@
+
+ clean:
+ rm -f *.o *.d dvbtraffic