aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc/xbmc_svn.bb
AgeCommit message (Collapse)Author
2010-09-09fix bitbake ERRORS for machine not having virtual/eglEric Bénard
* 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>
2010-07-30ffmpeg_svn.bb: bump SRCREV to make it build on armv4t againKlaus Kurzmann
and bump PR of recipes that depend on it Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-21xbmc: fix up recipe a bitKoen Kooi
2010-06-30xbmc: add missing deps, bump SRCREVKoen Kooi
2010-06-30xbmc: fix version and fixup python libKoen Kooi
2010-06-29xbmc: build a slightly more standard versionKoen Kooi
* performance tweaks from the summer of code project will be applied later
2010-06-29xbmc: more recipe cleanupsKoen Kooi
2010-06-29xbmc: fix description, as pointed out by xbmc developersKoen Kooi
2010-06-29xbmc: add recipe to build xbmc from the gsoc-2010 branch, WIPKoen Kooi