aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-09-09 13:05:23 +0200
committerEric Bénard <eric@eukrea.com>2010-09-09 23:28:27 +0200
commite0535b507e222d698c30607f146705791a41efff (patch)
treeb36f05cc72121cf7767b639d80eb2a4e6b4cc0d3 /recipes/xbmc
parentf24466c861dddd404fb74d1eefab28fa7ac450ac (diff)
downloadopenembedded-e0535b507e222d698c30607f146705791a41efff.tar.gz
fix bitbake ERRORS for machine not having virtual/egl
* several recipes depend on virtual/egl which currently has only one provider : powervr-drivers/libgles-omap. This provider sets COMPATIBLE_MACHINE to a few TI based machines. When building for machines which don't provide virtual/egl, we get the following errors : ERROR: '['path_to/openembedded/recipes/qt4/qt4-embedded-gles_4.6.3.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'qt4-embedded-gles' but it wasn't found in any PACKAGE or RPROVIDES variables of any buildable targets. ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'virtual/egl' but it wasn't found in any PACKAGE or RPROVIDES variables * This patch creates a egl.inc which contains the compatible machines for recipes depending on virtual/egl and thus will workaround this error. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/xbmc')
-rw-r--r--recipes/xbmc/xbmc_svn.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index 5b1d8bb93d..b42d7faa7a 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -2,6 +2,7 @@ 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"
+require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"