From: Darren Hart <dvhart@linux.intel.com>
To: Qing He <qing.he@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] openssl: fix parallel make
Date: Thu, 17 Feb 2011 10:48:46 -0800 [thread overview]
Message-ID: <4D5D6D8E.1010903@linux.intel.com> (raw)
In-Reply-To: <6ac5c7e1d3a2c5fce1b1af01df5339cc8e73c219.1297930635.git.qing.he@intel.com>
On 02/17/2011 12:18 AM, Qing He wrote:
> From: Qing He<qing.he@intel.com>
I've noticed we have a lot of patches in our sources that have single
line commit logs. It takes a little more time to create an explanatory
message, but it saves everyone who looks at it more time. If understand
this one correctly, it should read something like:
-----
openssl: fix parallel make
The current makefile doesn't explicitly list certain dependencies which
result in a build failure with parallel make.
-----
However, I don't see how the new build_testapps target impacts this.
Thanks,
Darren
>
> Signed-off-by: Qing He<qing.he@intel.com>
> ---
> .../openssl/openssl-0.9.8p/parallel-make-fix.patch | 18 ++++++++++++++++++
> meta/recipes-connectivity/openssl/openssl.inc | 6 +++---
> .../recipes-connectivity/openssl/openssl_0.9.8p.bb | 2 +-
> 3 files changed, 22 insertions(+), 4 deletions(-)
> create mode 100644 meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
>
> diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
> new file mode 100644
> index 0000000..60fab9d
> --- /dev/null
> +++ b/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
> @@ -0,0 +1,18 @@
> +fix the parallel build regarding shared libraries.
> +
> +Signed-off-by: Qing He<qing.he@intel.com>
> +
> +diff --git a/Makefile.org b/Makefile.org
> +index 2fb0309..8bec3d0 100644
> +--- a/Makefile.org
> ++++ b/Makefile.org
> +@@ -352,6 +352,9 @@ all_testapps: build_libs build_testapps
> + build_testapps:
> + @dir=crypto; target=testapps; $(BUILD_ONE_CMD)
> +
> ++libcrypto.a: build_crypto
> ++libssl.a: build_ssl
> ++
> + build_shared: $(SHARED_LIBS)
> + libcrypto$(SHLIB_EXT): libcrypto.a $(SHARED_FIPS)
> + @if [ "$(SHLIB_TARGET)" != "" ]; then \
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
> index f054c26..68b3d7b 100644
> --- a/meta/recipes-connectivity/openssl/openssl.inc
> +++ b/meta/recipes-connectivity/openssl/openssl.inc
> @@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=83d26c69f6f0172ee7f795790424b453"
>
> DEPENDS = "perl-native"
>
> -SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz"
> +SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
> + file://parallel-make-fix.patch \
> + "
> S = "${WORKDIR}/openssl-${PV}"
>
> AR_append = " r"
> @@ -29,8 +31,6 @@ export DIRS = "crypto ssl apps"
> export EX_LIBS = "-lgcc -ldl"
> export AS = "${CC} -c"
>
> -PARALLEL_MAKE = ""
> -
> inherit pkgconfig siteinfo
>
> PACKAGES =+ "libcrypto libssl"
> diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
> index 283b82a..f42b3cb 100644
> --- a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
> @@ -1,6 +1,6 @@
> require openssl.inc
>
> -PR = "r2"
> +PR = "r3"
> SRC_URI += "file://debian/ca.patch \
> file://debian/config-hurd.patch;apply=no \
> file://debian/debian-targets.patch \
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2011-02-17 18:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-17 8:18 [PATCH 0/1] Fix parallel make for openssl Qing He
2011-02-17 8:18 ` [PATCH 1/1] openssl: fix parallel make Qing He
2011-02-17 18:48 ` Darren Hart [this message]
2011-02-17 17:01 ` [PATCH 0/1] Fix parallel make for openssl Tom Rini
2011-02-17 19:44 ` Khem Raj
2011-02-22 16:22 ` Saul Wold
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=4D5D6D8E.1010903@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=poky@yoctoproject.org \
--cc=qing.he@intel.com \
/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.