Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/kf5-kcoreaddons: fix check-package warnings
Date: Sun, 22 Dec 2019 11:37:46 +0100	[thread overview]
Message-ID: <20191222103746.GV26395@scaer> (raw)
In-Reply-To: <54507372-d73f-2f05-456c-9efe819eda0d@benettiengineering.com>

Giulio, All,

On 2019-12-22 11:23 +0100, Giulio Benetti spake thusly:
> On 12/22/19 10:57 AM, Yann E. MORIN wrote:
> >commit: https://git.buildroot.net/buildroot/commit/?id=f7e750e8f514f84bf2f4fc99976dd11f19c8ecbc
> >branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> >
> >KF5_KCOREADDONS_CONF_OPTS is set both outside and inside the
> >conditional block, so the value set outside would be lost if
> >the condition were to be true.
> >
> >Use append-assignement in this case, as reported by check-package.
> >
> >Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> 
> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Thanks, but that was a commit, so your reviewed-by tag won't be
stored... :-/

Regards,
Yann E. MORIN.

> Best regards
> -- 
> Giulio Benetti
> Benetti Engineering sas
> 
> >---
> >  package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk b/package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk
> >index 5b3e9acd90..76be8876cc 100644
> >--- a/package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk
> >+++ b/package/kf5/kf5-kcoreaddons/kf5-kcoreaddons.mk
> >@@ -23,7 +23,7 @@ KF5_KCOREADDONS_CONF_OPTS = -DCMAKE_CXX_FLAGS="$(KF5_KCOREADDONS_CXXFLAGS)"
> >  ifeq ($(BR2_microblaze),y)
> >  # Microblaze ld emits warnings, make warnings not to be treated as errors
> >-KF5_KCOREADDONS_CONF_OPTS = -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-fatal-warnings"
> >+KF5_KCOREADDONS_CONF_OPTS += -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-fatal-warnings"
> >  endif
> >  $(eval $(cmake-package))
> >_______________________________________________
> >buildroot mailing list
> >buildroot at busybox.net
> >http://lists.busybox.net/mailman/listinfo/buildroot
> >
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2019-12-22 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-22  9:57 [Buildroot] [git commit] package/kf5-kcoreaddons: fix check-package warnings Yann E. MORIN
2019-12-22 10:23 ` Giulio Benetti
2019-12-22 10:37   ` Yann E. MORIN [this message]
2019-12-22 11:58     ` Giulio Benetti
2019-12-23 22:14 ` Peter Korsgaard

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=20191222103746.GV26395@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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