summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/userland/userland_git.bb2
-rw-r--r--recipes-multimedia/x264/x264_git.bbappend1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 1fc0717..d4624bf 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -10,7 +10,7 @@ PR = "r5"
10PROVIDES = "virtual/libgles2 \ 10PROVIDES = "virtual/libgles2 \
11 virtual/egl" 11 virtual/egl"
12 12
13RPROVIDES_${PN} += "libgles2 egl" 13RPROVIDES_${PN} += "libgles2 egl libegl"
14 14
15COMPATIBLE_MACHINE = "^rpi$" 15COMPATIBLE_MACHINE = "^rpi$"
16 16
diff --git a/recipes-multimedia/x264/x264_git.bbappend b/recipes-multimedia/x264/x264_git.bbappend
index c1cb3bc..505719e 100644
--- a/recipes-multimedia/x264/x264_git.bbappend
+++ b/recipes-multimedia/x264/x264_git.bbappend
@@ -1 +1,2 @@
1EXTRA_OECONF_append_raspberrypi = " --disable-asm" 1EXTRA_OECONF_append_raspberrypi = " --disable-asm"
2EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm"