summaryrefslogtreecommitdiffstats
path: root/package/tvheadend/tvheadend-004-dont-run-compiled-code.patch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-03-10 22:24:17 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-03-11 11:46:35 +0100
commitcddec3093e2f63efaa73f29c6ce9d5ad48119e11 (patch)
tree2c0c47496025e54a92897290cada59f1ed3c7fcd /package/tvheadend/tvheadend-004-dont-run-compiled-code.patch
parentb62fe9a04eaa11200feab1502dd16d056ebfc487 (diff)
downloadbuildroot-cddec3093e2f63efaa73f29c6ce9d5ad48119e11.tar.gz
buildroot-cddec3093e2f63efaa73f29c6ce9d5ad48119e11.zip
package/tvheadend: bump version
The list of changes is too long to repeat here, but lots of fixes and improvements, plus a brand new rewrite of the DVB handling code. Refresh patches, except patch 4 which has now been upstreamed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tvheadend/tvheadend-004-dont-run-compiled-code.patch')
-rw-r--r--package/tvheadend/tvheadend-004-dont-run-compiled-code.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/tvheadend/tvheadend-004-dont-run-compiled-code.patch b/package/tvheadend/tvheadend-004-dont-run-compiled-code.patch
deleted file mode 100644
index 8125db1e99..0000000000
--- a/package/tvheadend/tvheadend-004-dont-run-compiled-code.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-support: don't try to run compiled code
-
-When cross-compiling, we can't run the compiled code.
-
-Consider the compiler returning success as an indication
-it is working.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
-diff -durN tvheadend.orig/support/configure.inc tvheadend-c7d0335eb10d02b780423bef8e7c740e422fff13/support/configure.inc
---- tvheadend.orig/support/configure.inc 2013-12-01 01:24:26.000000000 +0100
-+++ tvheadend-c7d0335eb10d02b780423bef8e7c740e422fff13/support/configure.inc 2013-12-03 22:34:57.547762178 +0100
-@@ -265,8 +265,6 @@
- EOF
- $CC $CFLAGS $LDFLAGS $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt #&> /dev/null
- RET=$?
-- [ $RET -eq 0 ] && $TMPDIR/$$.bin
-- RET=$?
- rm -f $TMPDIR/$$.{c,bin}
- return $RET
- }
OpenPOWER on IntegriCloud