meta-digi/meta-digi-dey/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend

15 lines
429 B
Plaintext

# Copyright (C) 2013-2017 Digi International.
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
PACKAGECONFIG ?= "openssl"
SRC_URI += "file://0001-wpa_supplicant-enable-control-socket-interface-when-.patch"
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
}
PACKAGE_ARCH = "${MACHINE_ARCH}"