6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
# Missing dependency
|
|
DEPENDS += " nss"
|
|
|
|
# WiFi is machine feature, not distro one
|
|
PACKAGECONFIG += "${@bb.utils.contains('MACHINE_FEATURES', 'wifi', ' wifi', '', d)}"
|