All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: meta-arago@arago-project.org
Subject: [master][PATCH 1/2] hostap: inherit pkgconfig and depend on openssl10
Date: Sun, 14 Oct 2018 21:44:10 -0400	[thread overview]
Message-ID: <1539567851-28246-1-git-send-email-denys@ti.com> (raw)

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



             reply	other threads:[~2018-10-15  1:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15  1:44 Denys Dmytriyenko [this message]
2018-10-15  1:44 ` [master][PATCH 2/2] wpa-supplicant: inherit pkgconfig and depend on openssl10 Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539567851-28246-1-git-send-email-denys@ti.com \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.