diff options
| -rw-r--r-- | recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index fd32abc..2d720ba 100644 --- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | EGLINFO_DEVICE_rpi = "raspberrypi" | 1 | EGLINFO_DEVICE_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'generic', 'raspberrypi', d)}" |
| 2 | ASNEEDED = "" | 2 | ASNEEDED = "" |
