[oe-commits] Otavio Salvador : vlc (1.1.4.1): depends on lua5.1

git version control git at git.openembedded.org
Tue Mar 22 22:57:40 UTC 2011


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Mar 22 23:11:23 2011 +0000

vlc (1.1.4.1): depends on lua5.1

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/vlc/vlc_1.1.4.1.bb |    4 ++--
 1 files 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 6d4b877..18297c9 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 += "\





More information about the Openembedded-commits mailing list