aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vdr/vdr_1.7.16.bb
AgeCommit message (Collapse)Author
2011-01-23vdr_1.7.16.bb: Specify the libc-uclibc override correctlyKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-18vdr: Switch to libc-uclibcTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-12vdr: update to 1.7.16 from 1.7.10Paul Menzel
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>