All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH 1/2] hostap: inherit pkgconfig and depend on openssl10
@ 2018-10-15  1:44 Denys Dmytriyenko
  2018-10-15  1:44 ` [master][PATCH 2/2] wpa-supplicant: " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-10-15  1:44 UTC (permalink / raw)
  To: meta-arago

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 <denys@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [master][PATCH 2/2] wpa-supplicant: inherit pkgconfig and depend on openssl10
  2018-10-15  1:44 [master][PATCH 1/2] hostap: inherit pkgconfig and depend on openssl10 Denys Dmytriyenko
@ 2018-10-15  1:44 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-10-15  1:44 UTC (permalink / raw)
  To: meta-arago

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 <denys@ti.com>
---
 .../recipes-connectivity/wpa-supplicant/wpa-supplicant.inc            | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
index 8ca40ae..5fc3e58 100644
--- a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
+++ b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
@@ -7,7 +7,9 @@ BUGTRACKER = "http://hostap.epitest.fi/bugz/"
 SECTION = "network"
 LICENSE = "GPLv2 | BSD"
 
-DEPENDS = "gnutls dbus libnl openssl libgcrypt"
+inherit pkgconfig
+
+DEPENDS = "gnutls dbus libnl openssl10 libgcrypt"
 RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
 
 # To prevent users from accidently picking up this customized version of
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-15  1:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15  1:44 [master][PATCH 1/2] hostap: inherit pkgconfig and depend on openssl10 Denys Dmytriyenko
2018-10-15  1:44 ` [master][PATCH 2/2] wpa-supplicant: " Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.