[oe-commits] Denis 'GNUtoo' Carikli : wesnoth.inc: fix missing lua5. 1 dependency and bump PR

git version control git at git.openembedded.org
Sun Nov 21 19:56:25 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Nov 20 21:38:15 2010 +0100

wesnoth.inc: fix missing lua5.1 dependency and bump PR

ERROR: Logfile of failure stored in: .../work/i686-angstrom-linux/wesnoth-wvga-1.8.4-r0.1/temp/log.do_configure.28289
Log data follows:
| CMake Error at .../sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
|   Could NOT find Lua51 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
| Call Stack (most recent call first):
|   .../sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindLua51.cmake:72 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
|   CMakeLists.txt:193 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
NOTE: package wesnoth-wvga-1.8.4-r0.1: task do_configure: Failed

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/wesnoth/wesnoth.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/wesnoth/wesnoth.inc b/recipes/wesnoth/wesnoth.inc
index 8d20f65..14a4471 100644
--- a/recipes/wesnoth/wesnoth.inc
+++ b/recipes/wesnoth/wesnoth.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.wesnoth.org/"
 SECTION = "games"
 LICENSE = "GPL"
 
-DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native pango libpng"
-INC_PR = "r0"
+DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native pango libpng lua5.1"
+INC_PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wesnoth/wesnoth-${PV}.tar.bz2"
 S = "${WORKDIR}/wesnoth-${PV}"





More information about the Openembedded-commits mailing list