From 25023ab9e9493ed668aea1f07cd3a7e89e825ef2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 18 May 2013 16:49:35 +0200 Subject: [PATCH] vdr: fix deps. --- lfs/vdr_epgsearch | 4 ++-- lfs/vdr_streamdev | 4 ++-- lfs/vdr_vnsiserver3 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/vdr_epgsearch b/lfs/vdr_epgsearch index dfda864d8..509efb1bc 100644 --- a/lfs/vdr_epgsearch +++ b/lfs/vdr_epgsearch @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/epgsearch-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_epgsearch -PAK_VER = 6 +PAK_VER = 7 -DEPS = "vdr" +DEPS = "" VDRPLUGVER = 2.0.0 diff --git a/lfs/vdr_streamdev b/lfs/vdr_streamdev index 59dbd04eb..c230a69af 100644 --- a/lfs/vdr_streamdev +++ b/lfs/vdr_streamdev @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_streamdev -PAK_VER = 1 +PAK_VER = 2 -DEPS = "vdr" +DEPS = "" VDRPLUGVER = 2.0.0 diff --git a/lfs/vdr_vnsiserver3 b/lfs/vdr_vnsiserver3 index 73ee5e9c0..77d066b4b 100644 --- a/lfs/vdr_vnsiserver3 +++ b/lfs/vdr_vnsiserver3 @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_vnsiserver3 -PAK_VER = 1 +PAK_VER = 2 -DEPS = "vdr" +DEPS = "" VDRPLUGVER = 2.0.0 -- 2.39.2