vdr: reorder recipe header and add SECTION
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sat, 9 Jan 2010 18:55:05 +0000 (19:55 +0100)
committerPhil Blundell <philb@gnu.org>
Fri, 29 Jan 2010 16:02:21 +0000 (16:02 +0000)
• 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>
recipes/vdr/vdr.inc
recipes/vdr/vdr_1.7.10.bb

index 2e8cf40..1077af9 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control."
-AUTHOR = "Klaus Schmidinger"
-LICENSE = "GPLv2"
 HOMEPAGE = "http://www.tvdr.de"
-
+SECTION = "console/multimedia"
+LICENSE = "GPLv2"
+AUTHOR = "Klaus Schmidinger"
 DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl"
 
 SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2"
index 69ca012..de51214 100644 (file)
@@ -1,5 +1,5 @@
 require vdr.inc
-PR = "r2"
+PR = "r3"
 
 SRC_URI += " file://fixpaths.patch;patch=1 \
            file://cplusplus.patch;patch=1 \