From: Saul Wold <sgw@linux.intel.com>
To: Cristian Iorga <cristian.iorga@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/2] alsa-tools: Fix configure race
Date: Mon, 03 Jun 2013 13:49:46 -0700 [thread overview]
Message-ID: <51AD016A.602@linux.intel.com> (raw)
In-Reply-To: <1369998428-20266-1-git-send-email-cristian.iorga@intel.com>
On 05/31/2013 04:07 AM, Cristian Iorga wrote:
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> aclocal is being called here directly,
> not called by autotools.bbclass wrapper.
> aclocal files are installed in sysroot,
> and are removed while build is still running.
> This translates to a possible race condition during the build.
>
> Fixes [YOCTO #4358].
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
> index 81ad55a..24af545 100644
> --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
> +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
> @@ -20,14 +20,20 @@ SRC_URI[sha256sum] = "553338693707fe6ddfc430b9edc4cd2677390e200c9e38de82ede3394e
>
> inherit autotools
>
> -EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}' ACLOCAL_FLAGS='-I ${STAGING_DATADIR}/aclocal'"
> +EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}'"
>
> PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}"
> PACKAGECONFIG[gtk+] = ",,gtk+,"
>
> +do_configure () {
> + autotools_do_configure
> + autotools_copy_aclocal
There must be another part to this patch since nothing defines
autotools_copy_aclocal().
Sau!
> +}
> +
> do_compile_prepend () {
> #Automake dir is not correctly detected in cross compilation case
> export AUTOMAKE_DIR=${STAGING_DATADIR_NATIVE}/$(ls ${STAGING_DATADIR_NATIVE} | grep automake)
> + export ACLOCAL="aclocal --system-acdir=${ACLOCALDIR}/"
> }
>
> FILES_${PN} += "${datadir}/ld10k1"
>
prev parent reply other threads:[~2013-06-03 20:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-31 11:07 [PATCH 2/2] alsa-tools: Fix configure race Cristian Iorga
2013-06-03 20:49 ` Saul Wold [this message]
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=51AD016A.602@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=cristian.iorga@intel.com \
--cc=openembedded-core@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.