From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH] polarssl: add dependency openssl
Date: Wed, 19 Nov 2014 16:11:28 +0100 [thread overview]
Message-ID: <20141119151128.GN3315@jama> (raw)
In-Reply-To: <1416352369-166176-2-git-send-email-mark.hatle@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1618 bytes --]
On Tue, Nov 18, 2014 at 05:12:49PM -0600, Mark Hatle wrote:
> From: Kai Kang <kai.kang@windriver.com>
>
> polarssl compiles with openssl to build unit test cases. If openssl
> doesn't exist, native libssl.so will be used. Then causes error:
>
> | .../bitbake_build/tmp/sysroots/x86_64-linux/usr/lib/libssl.so: error adding symbols: File in wrong format
>
> Add dependency openssl for polarssl to fix it.
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
> ---
> recipes-connectivity/polarssl/polarssl_1.3.8.bb | 1 +
> 1 file changed, 1 insertion(+)
Doesn't apply because it doesn't have meta-networking/ directory prefix
>
> diff --git a/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/recipes-connectivity/polarssl/polarssl_1.3.8.bb
> index 8ca1b1c..7a496b7 100644
> --- a/recipes-connectivity/polarssl/polarssl_1.3.8.bb
> +++ b/recipes-connectivity/polarssl/polarssl_1.3.8.bb
> @@ -28,6 +28,7 @@ SRC_URI = "https://polarssl.org/download/polarssl-${PV}-gpl.tgz"
> SRC_URI[md5sum] = "d1a2b4f21727e888f143414d2e3144e6"
> SRC_URI[sha256sum] = "318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9406ff1"
>
> +DEPENDS = "openssl"
> RDEPENDS_${PN} += "libcrypto"
> EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on"
>
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-11-19 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-18 23:12 [meta-networking][PATCH] ebtables: make it be able to work on 64bit kernel with 32 bit userspace Mark Hatle
2014-11-18 23:12 ` [meta-networking][PATCH] polarssl: add dependency openssl Mark Hatle
2014-11-19 15:11 ` Martin Jansa [this message]
2014-11-19 0:32 ` [meta-networking][PATCH] ebtables: make it be able to work on 64bit kernel with 32 bit userspace Rongqing Li
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=20141119151128.GN3315@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.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.