diff options
Diffstat (limited to 'recipes/vdr/vdr_1.7.10.bb')
-rw-r--r-- | recipes/vdr/vdr_1.7.10.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/vdr/vdr_1.7.10.bb b/recipes/vdr/vdr_1.7.10.bb index b4cc5ce5c9..a8fa82c13b 100644 --- a/recipes/vdr/vdr_1.7.10.bb +++ b/recipes/vdr/vdr_1.7.10.bb @@ -2,18 +2,20 @@ DESCRIPTION = "Video Disk Recorder (VDR) is a digital sat-receiver program using AUTHOR = "Klaus Schmidinger" LICENSE = "GPLv2" HOMEPAGE = "http://www.tvdr.de" -PR = "r1" +PR = "r2" DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl" SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2 \ file://fixpaths.patch;patch=1 \ file://cplusplus.patch;patch=1 \ - file://libintl.patch;patch=1 \ file://disable_plugin.patch;patch=1 \ file://linkerflags.patch;patch=1 \ " +SRC_URI_append_linux-uclibceabi = " file://libintl.patch;patch=1 " +SRC_URI_append_uclinux-uclibc = " file://libintl.patch;patch=1 " + CFLAGS_append += " -I${STAGING_INCDIR}/freetype2" PLUGINDIR = "${libdir}/vdr/plugins" |