[oe-commits] Paul Menzel : xbmc_svn: add `jasper` to `DEPENDS`

git version control git at git.openembedded.org
Sat Dec 11 09:16:29 UTC 2010


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

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Nov 26 00:49:11 2010 +0100

xbmc_svn: add `jasper` to `DEPENDS`

Task `configure` fails with the following error.

        […]
        | checking for main in -lresolv... yes
        | checking for main in -ljasper... no
        | configure: error: Could not find a required library. Please see the README for your platform.
        | ERROR: Function do_configure failed
        NOTE: package xbmc-10.05-r8+gitr0+e2ab481ebe964321c358ab9d6402088c714adcbe: task do_configure: Failed
        ERROR: TaskFailed event exception, aborting
        ERROR: Build of /oe/openembedded/recipes/xbmc/xbmc_svn.bb do_configure failed
        ERROR: Task 11 (/oe/openembedded/recipes/xbmc/xbmc_svn.bb, do_configure) failed with 256
        ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
        ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
        ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed

Adding `jasper` to `DEPENDS` fixes this error with the following build configuration.

        Build Configuration:
        BB_VERSION        = "1.10.0"
        METADATA_BRANCH   = "org.openembedded.dev"
        METADATA_REVISION = "97ea91e"
        TARGET_ARCH       = "arm"
        TARGET_OS         = "linux-gnueabi"
        MACHINE           = "beagleboard"
        DISTRO            = "angstrom"
        DISTRO_VERSION    = "2010.7-test-20101126"
        TARGET_FPU        = "hard"

add `libxtst` to `DEPENDS`

add `libxinerama` to `DEPENDS`

add `zip-native` to `DEPENDS` and increase `PR`

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

---

 recipes/xbmc/xbmc_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index b42d7fa..ad95a8a 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,13 +1,13 @@
 DESCRIPTION = "XBMC Media Center"
 LICENSE = "xbmc"
 
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxrandr bzip2 virtual/libsdl"
+DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper zip-native"
 require recipes/egl/egl.inc
 
 SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"
 
 PV = "10.05"
-PR = "r8"
+PR = "r9"
 PR_append = "+gitr${SRCPV}"
 
 SRC_URI = "git://xbmc.git.sourceforge.net/gitroot/xbmc/xbmc;protocol=git;branch=master \





More information about the Openembedded-commits mailing list