From cd43859fe0996a70113bca4d1c0c8135a1bdfe43 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 22 Mar 2011 23:11:23 +0000 Subject: vlc (1.1.4.1): depends on lua5.1 Signed-off-by: Otavio Salvador Signed-off-by: Khem Raj --- recipes/vlc/vlc_1.1.4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/vlc/vlc_1.1.4.1.bb b/recipes/vlc/vlc_1.1.4.1.bb index 6d4b877256..18297c95d9 100644 --- a/recipes/vlc/vlc_1.1.4.1.bb +++ b/recipes/vlc/vlc_1.1.4.1.bb @@ -5,14 +5,14 @@ require vlc.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI[md5sum] = "ce17c335b38b322949694313173fcd49" SRC_URI[sha256sum] = "61c9ea30a17ea40c6ccbfd507026e5c83ad9e0691f221d3667c8e49696d7c2aa" # ffmpeg from git (library version => 52) is required # libtool-native must be >= 2.2.4 -DEPENDS += "libdvdcss libdvdread lua5.1-native" +DEPENDS += "libdvdcss libdvdread lua5.1-native lua5.1" RDEPENDS_${PN} += "lua5.1" EXTRA_OECONF += "\ -- cgit 1.2.3-korg