Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Joe MacDonald <joe@deserted.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-networking] tftp-hpa: fix a build failure
Date: Sun, 29 Jun 2014 23:33:29 -0400	[thread overview]
Message-ID: <20140630033327.GA26745@deserted.net> (raw)
In-Reply-To: <1403579481-10494-1-git-send-email-rongqing.li@windriver.com>

[-- Attachment #1: Type: text/plain, Size: 1700 bytes --]

Merged, thanks.
-J.

[[oe] [PATCH][meta-networking] tftp-hpa: fix a build failure] On 14.06.24 (Tue 11:11) rongqing.li@windriver.com wrote:

> From: Roy Li <rongqing.li@windriver.com>
> 
> AR is defined as "ar cq" in MCONFIG.in, then "cq" is no longer needed in
> Makefile of common and libs subdir.
> 	#grep AR MCONFIG.in
> 	AR	= ar cq
> 	#
> 
> 	#grep AR common/Makefile
> 	$(AR) $(LIB) $(OBJS)
> 	#
> But MCONFIG maybe not able to be generated by MCONFIG.in, common/Makefile
> allows this condition [Note the - before include]
> 	#grep MCONFIG common/Makefile
> 	-include ../MCONFIG
> 	#
> then AR from building environment is used, but it not included the parameter
> "cq", and lead to below error, so add the "cq" to AR to fix this issue.
> 	i586-wrs-linux-ar libcommon.a tftpsubs.
> 	i586-wrs-linux-ar: two different operation options specified
> 
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>  meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> index 366a4e9..1951747 100644
> --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> @@ -32,6 +32,8 @@ SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304
>  
>  inherit autotools-brokensep update-rc.d update-alternatives
>  
> +export AR = "${HOST_PREFIX}ar cq"
> +
>  EXTRA_OECONF += "--disable-option-checking"
>  
>  # configure.in has errors
> -- 
> 1.7.10.4
> 
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      reply	other threads:[~2014-06-30  3:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24  3:11 [PATCH][meta-networking] tftp-hpa: fix a build failure rongqing.li
2014-06-30  3:33 ` Joe MacDonald [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=20140630033327.GA26745@deserted.net \
    --to=joe@deserted.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox