Merge pull request #165 from koenkooi/rocko-backports

Rocko backports
This commit is contained in:
Paul Barker 2017-11-30 13:40:44 +00:00 committed by GitHub
commit 2323140c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PR = "r5"
PROVIDES = "virtual/libgles2 \
virtual/egl"
RPROVIDES_${PN} += "libgles2 egl"
RPROVIDES_${PN} += "libgles2 egl libegl"
COMPATIBLE_MACHINE = "^rpi$"

View File

@ -1 +1,2 @@
EXTRA_OECONF_append_raspberrypi = " --disable-asm"
EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm"