vdr: update to 1.7.16 from 1.7.10
authorPaul Menzel <paulepanter@users.sourceforge.net>
Mon, 12 Jul 2010 19:32:52 +0000 (21:32 +0200)
committerKhem Raj <raj.khem@gmail.com>
Wed, 12 Jan 2011 08:05:25 +0000 (00:05 -0800)
commitf4f7638828b0e06fa7ae37ccba0e1ec294b5c30a
treec9d47b3070ddc9cb246faa07444a1d1f1d311462
parent57c2ec8554c4ec4feb41498296fd76c864f631e2
vdr: update to 1.7.16 from 1.7.10

Several of Hennig’s patches were applied upstream and are not necessary anymore.

• `recipes/vdr/files/cplusplus.patch`: replaced by `recipes/vdr/vdr-1.7.16/0002-tools.h-include-stdarg.h.patch`
  1. `canonicalize_file_name()` is available in uClibc now.
  2. Deprecated C headers will remain in VDR instead of C++ headers [1].
• `recipes/vdr/files/disable_plugin.patch`: removed, since ncurses is found correctly now.
• `recipes/vdr/files/fixpaths.patch`: removed, since `INCLUDES` is not overwritten anymore since VDR 1.7.15 [2] and options can be passed from outside since 1.7.13 [3].
• `recipes/vdr/files/libintl.patch` ? `recipes/vdr/vdr-1.7.16/0003-uclibc-Add-lintl-to-LIBS.patch`
  1. Still needed. I do not know how to fix this upstream.
• `recipes/vdr/vdr-1.7.10/linkerflags.patch` ? `recipes/vdr/vdr-1.7.16/0001-Makefile-Pass-LDFLAGS.patch`
  1. Still needed and extended to cover all places to get rid of `ERROR: QA Issue with libvdr-svcsvr: No GNU_HASH in the elf binary:`. This patch will not be needed anymore in 1.7.17 [4].

Since 1.7.x are development releases and no users of VDR in OE are known to me simply replace 1.7.10 by 1.7.16.

This recipes is build tested for `MACHINE = "beagleboard"` with `angstrom-2008.1`, `angstrom-2010.x`, `minimal`, `minimal-uclibc`.

[1] http://www.linuxtv.org/pipermail/vdr/2010-December/024034.html
[2] http://www.linuxtv.org/pipermail/vdr/2010-April/022831.html
[3] http://www.linuxtv.org/pipermail/vdr/2010-February/022333.html
[4] http://www.linuxtv.org/pipermail/vdr/2010-December/024096.html

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/vdr/files/cplusplus.patch [deleted file]
recipes/vdr/files/disable_plugin.patch [deleted file]
recipes/vdr/files/fixpaths.patch [deleted file]
recipes/vdr/files/libintl.patch [deleted file]
recipes/vdr/vdr-1.7.10/linkerflags.patch [deleted file]
recipes/vdr/vdr-1.7.16/0001-Makefile-Pass-LDFLAGS.patch [new file with mode: 0644]
recipes/vdr/vdr-1.7.16/0002-tools.h-include-stdarg.h.patch [new file with mode: 0644]
recipes/vdr/vdr-1.7.16/0003-uclibc-Add-lintl-to-LIBS.patch [new file with mode: 0644]
recipes/vdr/vdr.inc
recipes/vdr/vdr_1.7.16.bb [moved from recipes/vdr/vdr_1.7.10.bb with 59% similarity]