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