From f6473c36a5499b5df1174a9b07dd17ee9212677a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Mar 2016 16:59:35 +0000 Subject: eglinfo-x11: Disable --as-needed --as-needed exposes a dependency problem where libegl needs some symbols from libgles2 but the order that waf uses on linker cmdline for these libs is reversed so we end up with link time failures e.g. libEGL.so: undefined reference to `glxx_client_GetRenderbufferParameteriv' Signed-off-by: Khem Raj --- recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-graphics') diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index 7f8b600..fd32abc 100644 --- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend @@ -1 +1,2 @@ EGLINFO_DEVICE_rpi = "raspberrypi" +ASNEEDED = "" -- cgit v1.2.3-54-g00ecf