1. build calls pkg-config, so need to inherit pkgconfig 2. upstream migrated to OpenSSL 1.1, so depend on openssl10 for now
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-connectivity/hostap/hostap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc index 180fc01..f58a3dc 100644 --- a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://hostap.epitest.fi" DESCRIPTION = "User space daemon for extended IEEE 802.11 management" SECTION = "kernel/userland" -DEPENDS = "libnl openssl" +DEPENDS = "libnl openssl10" # Since this is a TI customized version of hostap-daemon do not make this the # default @@ -13,7 +13,7 @@ DEFAULT_PREFERENCE = "-1" PR = "r6" -inherit update-rc.d +inherit update-rc.d pkgconfig INITSCRIPT_NAME="hostapd" CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
