summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-06-23 23:15:36 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2013-06-23 23:15:46 +0300
commit88f8ddceef4cd7214ef29d915cc13228fdc2a7e2 (patch)
tree01a959328a0e311e31351b37784939ec908025db
parent996021a83a0ad4ff169cc56f4af474da9bdf0ce7 (diff)
downloadmeta-raspberrypi-88f8ddceef4cd7214ef29d915cc13228fdc2a7e2.tar.gz
rpi-default-providers.inc: Remove preferred provider to linux headers
We do this because the recipe was removed. Check: commit 808f5e54f8c9799de39436601b9b8474de3bb323 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/rpi-default-providers.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index 86330e8..665c6e0 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -4,4 +4,3 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
4PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 4PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
5PREFERRED_PROVIDER_virtual/egl ?= "userland" 5PREFERRED_PROVIDER_virtual/egl ?= "userland"
6PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" 6PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"
7PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-raspberrypi"