[oe-commits] Paul Menzel : vlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` ( instead of just `lua`).

git version control git at git.openembedded.org
Mon Nov 8 15:08:07 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 88d163bf331bb7543c01e58207167a532638801f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=88d163bf331bb7543c01e58207167a532638801f

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Nov  4 23:04:35 2010 +0100

vlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` (instead of just `lua`).

This fixes commit 93dca1 [1]. Thanks to Dallas for reporting this issue [2].

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=93dca1c604d420ed4db44a71a375182933658886
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-November/026475.html

Reported-by: Dallas Foley <dfoley at telus.net>
Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/vlc/vlc_1.1.4.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/vlc/vlc_1.1.4.1.bb b/recipes/vlc/vlc_1.1.4.1.bb
index ef764c1..af01d98 100644
--- a/recipes/vlc/vlc_1.1.4.1.bb
+++ b/recipes/vlc/vlc_1.1.4.1.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "61c9ea30a17ea40c6ccbfd507026e5c83ad9e0691f221d3667c8e49696
 
 # ffmpeg from git (library version => 52) is required
 # libtool-native must be >= 2.2.4
-DEPENDS += "libdvdcss libdvdread lua"
+DEPENDS += "libdvdcss libdvdread lua5.1"
 
 EXTRA_OECONF += "\
 	--enable-dvdread \





More information about the Openembedded-commits mailing list