wpa_supplicant: add missing leading space for 'append' command
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
0ae172613a
commit
f8c2888529
|
|
@ -4,7 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
|||
|
||||
PACKAGECONFIG ?= "openssl"
|
||||
|
||||
SRC_URI_append_ccimx6ul = "file://wpa_supplicant_p2p.conf"
|
||||
SRC_URI_append_ccimx6ul = " file://wpa_supplicant_p2p.conf"
|
||||
|
||||
do_install_append_ccimx6ul() {
|
||||
install -m 600 ${WORKDIR}/wpa_supplicant_p2p.conf ${D}${sysconfdir}/wpa_supplicant_p2p.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue