[oe-commits] [openembedded-core] 08/19: piglit: depend on virtual/egl

git at git.openembedded.org git at git.openembedded.org
Mon May 29 23:45:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bb0664bdc2f923cd29675a31faabb0002ac157f4
Author: Daniel Díaz <daniel.diaz at linaro.org>
AuthorDate: Thu May 18 13:22:35 2017 -0500

    piglit: depend on virtual/egl
    
    While building for Hikey using Mali 450 driver (r6p0), an
    error like the following appears while linking:
    
      [  1%] Linking C shared library ../../../../lib/libpiglitutil.so
      [...]
      [...]/aarch64-linaro-linux/gcc/aarch64-linaro-linux/6.3.1/ld: cannot find -lEGL
      collect2: error: ld returned 1 exit status
      make[2]: *** [lib/libpiglitutil.so.0] Error 1
    
    Mesa generally provides virtual/egl (along with virtual/libgl,
    which satisfies Piglit's current DEPENDS) but that is not the
    implementation to use with Mali.
    
    Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index d6bfb14..eae3eed 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -14,7 +14,7 @@ PV = "1.0+gitr${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-DEPENDS = "libpng virtual/libx11 libxkbcommon libxrender waffle virtual/libgl libglu python3-mako-native python3-numpy-native python3-six-native"
+DEPENDS = "libpng virtual/libx11 libxkbcommon libxrender waffle virtual/libgl libglu python3-mako-native python3-numpy-native python3-six-native virtual/egl"
 
 inherit cmake python3native distro_features_check bash-completion
 # depends on virtual/libx11

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list