From e0535b507e222d698c30607f146705791a41efff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= Date: Thu, 9 Sep 2010 13:05:23 +0200 Subject: fix bitbake ERRORS for machine not having virtual/egl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Acked-by: Khem Raj Acked-by: Frans Meulenbroeks --- recipes/powervr-drivers/bc-cube_0.1.0.bb | 1 + recipes/powervr-drivers/bc-cube_0.2.0.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'recipes/powervr-drivers') diff --git a/recipes/powervr-drivers/bc-cube_0.1.0.bb b/recipes/powervr-drivers/bc-cube_0.1.0.bb index 6323a79a5f..62dfc5b590 100644 --- a/recipes/powervr-drivers/bc-cube_0.1.0.bb +++ b/recipes/powervr-drivers/bc-cube_0.1.0.bb @@ -1,6 +1,7 @@ DESCRIPTION = "TI Texture streaming using bufferclass API demo (spinning video cube)" LICENSE = "TI-BSD/GPLv2" DEPENDS = "virtual/egl" +require recipes/egl/egl.inc SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/apps_processors/OMAP35x_AM35x_Video_Texture_Streaming/1_0/exports/bc-cat-${PV}.tar.gz \ file://bc-cat-0.1.0-BC_PIX_FMT_.patch;striplevel=0" diff --git a/recipes/powervr-drivers/bc-cube_0.2.0.bb b/recipes/powervr-drivers/bc-cube_0.2.0.bb index cf2aa9541e..c639283134 100644 --- a/recipes/powervr-drivers/bc-cube_0.2.0.bb +++ b/recipes/powervr-drivers/bc-cube_0.2.0.bb @@ -1,6 +1,7 @@ DESCRIPTION = "TI Texture streaming using bufferclass API demo (spinning video cube)" LICENSE = "TI-BSD/GPLv2" DEPENDS = "virtual/egl" +require recipes/egl/egl.inc PR = "r2" -- cgit v1.2.3