M7350/oe-core/meta-msm/recipes/hostap-daemon/hostap-daemon.inc

22 lines
419 B
PHP
Raw Normal View History

2024-09-09 08:52:07 +00:00
inherit autotools linux-kernel-base
DESCRIPTION = "Hostap Daemon"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
${LICENSE};md5=3775480a712fc46a69647678acb234cb"
FILES_${PN} += "\
/usr/bin \
"
INC_PR = "r2"
DEPENDS = "openssl libnl"
SRC_URI = "file://${WORKSPACE}/external/hostap"
S = "${WORKDIR}/hostap/hostapd"
do_install() {
make install DESTDIR=${D}
}