aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-01-24 08:19:04 +0100
committerTom Rini <tom_rini@mentor.com>2011-02-04 10:48:47 -0700
commit25a55aef97c5ffb7b0551f64f21046535eb9a160 (patch)
tree78cbbfbd7df5194b7107de36f0397cf1dba815e5 /recipes/xbmc
parentcc010fbc512d0199ec514c5594065e5ea787a5c3 (diff)
downloadopenembedded-25a55aef97c5ffb7b0551f64f21046535eb9a160.tar.gz
xbmc: add `gperf-native` to `DEPENDS`
Task `configure` fails otherwise with the following error. configure: == VDADecoder support manually disabled. == checking OpenMAX/il/OMX_Types.h usability... no checking OpenMAX/il/OMX_Types.h presence... no checking for OpenMAX/il/OMX_Types.h... no == Could not find libnvomx. OpenMax support disabled. == checking for gawk... yes checking for cmake... yes checking for gperf... no configure: error: Could not find a required program. Please see the README f ERROR: Function do_configure failed This patch is build tested with `angstrom-2008.1` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/xbmc')
-rw-r--r--recipes/xbmc/xbmc_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index 3689715c96..be2e34e809 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "XBMC Media Center"
LICENSE = "xbmc"
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl python 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 zlib"
+DEPENDS = "gperf-native libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl python 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 zlib"
require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"