Date: Thu, 4 Nov 2010 23:04:35 +0100 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 <[email protected]> Signed-off-by: Paul Menzel <[email protected]> --- I am deeply sorry for my mistake, missing QA and for the additional hassle. The build still fails with the following error. checking for LUA... yes checking for luac... no configure: error: Could not find the LUA byte compiler. ERROR: Function do_configure failed This problem is discussed in the above mentioned thread [2]. --- 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 \ -- 1.7.2.3
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
