Skip to content
Snippets Groups Projects
Commit 343b9475 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

openharmony-standard: enable and package third_party wpa_supplicant


With the hdf wlan libraries in place we can now enable the
wpa_supplicant build.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 6ecfc32d
No related branches found
No related tags found
1 merge request!115Initial support for Wi-Fi services
...@@ -410,6 +410,7 @@ OPENHARMONY_PARTS += "startup:startup_l2" ...@@ -410,6 +410,7 @@ OPENHARMONY_PARTS += "startup:startup_l2"
OPENHARMONY_PARTS += "telephony:core_service" OPENHARMONY_PARTS += "telephony:core_service"
OPENHARMONY_PARTS += "telephony:ril_adapter" OPENHARMONY_PARTS += "telephony:ril_adapter"
OPENHARMONY_PARTS += "utils:utils_base" OPENHARMONY_PARTS += "utils:utils_base"
OPENHARMONY_PARTS += "wpa_supplicant-2.9:wpa_supplicant-2.9"
OPENHARMONY_PARTS += "${@bb.utils.contains('DISTRO_FEATURES', 'acts', 'xts:phone_tests', '', d)}" OPENHARMONY_PARTS += "${@bb.utils.contains('DISTRO_FEATURES', 'acts', 'xts:phone_tests', '', d)}"
export XTS_SUITENAME = "${@bb.utils.contains('DISTRO_FEATURES', 'acts', 'acts', '', d)}" export XTS_SUITENAME = "${@bb.utils.contains('DISTRO_FEATURES', 'acts', 'acts', '', d)}"
...@@ -2061,6 +2062,17 @@ RDEPENDS:${PN}-thirdparty-weston += "${PN}-hilog ${PN}-libutils ${PN}-thirdparty ...@@ -2061,6 +2062,17 @@ RDEPENDS:${PN}-thirdparty-weston += "${PN}-hilog ${PN}-libutils ${PN}-thirdparty
RDEPENDS:${PN}-thirdparty-weston += "${PN}-thirdparty-libinput ${PN}-thirdparty-libevdev ${PN}-thirdparty-eudev ${PN}-thirdparty-pixman ${PN}-display-gralloc" RDEPENDS:${PN}-thirdparty-weston += "${PN}-thirdparty-libinput ${PN}-thirdparty-libevdev ${PN}-thirdparty-eudev ${PN}-thirdparty-pixman ${PN}-display-gralloc"
RDEPENDS:${PN} += "${PN}-thirdparty-weston" RDEPENDS:${PN} += "${PN}-thirdparty-weston"
PACKAGES =+ "${PN}-thirdparty-wpa-supplicant"
FILES:${PN}-thirdparty-wpa-supplicant = " \
${bindir}/hostapd \
${bindir}/wpa_cli \
${bindir}/wpa_supplicant \
${libdir}/libwpa*${SOLIBS} \
"
RDEPENDS:${PN}-thirdparty-wpa-supplicant += "musl libcxx"
RDEPENDS:${PN}-thirdparty-wpa-supplicant += "${PN}-peripheral-wlan"
RDEPENDS:${PN} += "${PN}-thirdparty-wpa-supplicant"
# Disable all ptest suites that are know to not work for now. When the x-bit is # Disable all ptest suites that are know to not work for now. When the x-bit is
# not set, the ptest is visible (using `ptest-runner -l`), but no test cases # not set, the ptest is visible (using `ptest-runner -l`), but no test cases
# will be run when executing it. # will be run when executing it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment