xbmc_svn: add `jasper` to `DEPENDS`
authorPaul Menzel <paulepanter@users.sourceforge.net>
Thu, 25 Nov 2010 23:49:11 +0000 (00:49 +0100)
committerKhem Raj <raj.khem@gmail.com>
Sat, 11 Dec 2010 09:13:43 +0000 (01:13 -0800)
commitd29d77a26744918ae6c0446c3d91024b178376b4
tree62c93cf6a93d483562fb4f2c87fbcc13c5c35f61
parent3b67bf1daf2adaee4b53dd39f33042cb18872394
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@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/xbmc/xbmc_svn.bb