summaryrefslogtreecommitdiffstats
path: root/recipes/vdr
AgeCommit message (Collapse)Author
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>