diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2013-06-23 23:15:36 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-06-23 23:15:46 +0300 |
| commit | 88f8ddceef4cd7214ef29d915cc13228fdc2a7e2 (patch) | |
| tree | 01a959328a0e311e31351b37784939ec908025db | |
| parent | 996021a83a0ad4ff169cc56f4af474da9bdf0ce7 (diff) | |
| download | meta-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.inc | 1 |
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" | |||
| 4 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 4 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 5 | PREFERRED_PROVIDER_virtual/egl ?= "userland" | 5 | PREFERRED_PROVIDER_virtual/egl ?= "userland" |
| 6 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" | 6 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" |
| 7 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-raspberrypi" | ||
