From: Arne Fitzenreiter Date: Tue, 1 Dec 2009 21:21:43 +0000 (+0100) Subject: Fix deps of vdr_epgsearch. X-Git-Tag: v2.9-beta1~581 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=9e1084b2754caa4cab4e0386b25d4d71e4395057 Fix deps of vdr_epgsearch. Change release of all vdr packages to 5. --- diff --git a/lfs/vdr_epgsearch b/lfs/vdr_epgsearch index 4d56ec892d..ead59a1524 100644 --- a/lfs/vdr_epgsearch +++ b/lfs/vdr_epgsearch @@ -29,9 +29,9 @@ VER = plugin THISAPP = vdr_epgsearch-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) PROG = vdr_epgsearch -PAK_VER = 1 +PAK_VER = 5 -DEPS = "vdr ffmpeg sdl alsa dfb++" +DEPS = "vdr" ############################################################################### # Top-level Rules diff --git a/lfs/vdr_softdevice b/lfs/vdr_softdevice index 3336d6874b..c836e2e6dd 100644 --- a/lfs/vdr_softdevice +++ b/lfs/vdr_softdevice @@ -29,7 +29,7 @@ VER = plugin THISAPP = vdr_softdevice-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) PROG = vdr_softdevice -PAK_VER = 3 +PAK_VER = 5 DEPS = "vdr ffmpeg sdl alsa dfb++"