diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-26 16:59:35 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-28 16:36:06 +0200 |
commit | f6473c36a5499b5df1174a9b07dd17ee9212677a (patch) | |
tree | bb069ef2568a296544a4bc6655535e6263b819e9 /recipes-graphics | |
parent | 8f285bb8f3fdcb2147310252ff051e70cc7c6276 (diff) | |
download | meta-raspberrypi-f6473c36a5499b5df1174a9b07dd17ee9212677a.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | EGLINFO_DEVICE_rpi = "raspberrypi" | 1 | EGLINFO_DEVICE_rpi = "raspberrypi" |
2 | ASNEEDED = "" | ||