summaryrefslogtreecommitdiffstats
path: root/recipes/vdr
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>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-29vdr: reorder recipe header and add SECTIONPaul Menzel
• Order the recipe header as in the user manual [1] and add `SECTION = console/multimedia`. • Bump package release variable. [1] http://docs.openembedded.org/usermanual/html/recipes_header.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-01-25vdr: Put common information in separate file and require it in the recipe.Paul Menzel
• Some information in a recipe apply to all versions of a program. Factor them out into an extra file and include/require this in each recipe as seen in a lot of other programs/packages/recipes in OE. • VDR’s plugins often change and therefore put patches to them in version dependent folder. This hopefully lessens the effort to add new versions. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-01-07vdr: fix libintl problem now the right wayHenning Heinold
* bump PR
2010-01-05vdr: package /etc stuff too and bumped PRHenning Heinold
2010-01-05vdr: fix dependency for libintlHenning Heinold
2010-01-03vdr: introduce vdr to oePaul Menzel
* packaging started by Paul Menzel * packaging finished by Henning Heinold Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>