From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by mail.openembedded.org (Postfix) with ESMTP id 33D1960119 for ; Thu, 25 Aug 2016 16:57:05 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id di2so18472471pad.3 for ; Thu, 25 Aug 2016 09:57:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=cPK7jL+H3TGujqrmbOPskYWUe4pPf9G4rTd1Fdlo7lY=; b=FU4y8jHzP9OqOigcY23J3/PXFTNoAyZ6JjiHdhavri1QPFGjRK33YzKHT/fit/phJY +qwK0vX/LrVgQXZlOsTUZL0IuWh2B/kuFVBwdNjSOJu5r3L24AR2YZjkfNXmNSfKM2NT Q1I59qWgNZLLdr72ErpsxxNUMrAr/Cv+VMOuf7NfcAbgKS3hGmfR5IZU670M209teFJO vMChf4l6r3zcOmafP1AeQvo0vdwr7rJUWlGqOu20kIukOi+0MPmXO8gumoCX3s++q59M NvuuKaV6FFczsh+U3IY7e+2v0PZUflWXwnUWs4uZ79glET8URCkApyZoJC69GaBOqkgY GocQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=cPK7jL+H3TGujqrmbOPskYWUe4pPf9G4rTd1Fdlo7lY=; b=BCTFMB8hwX+8zvMTMcvDSl68MZK0giWn5c67JHBXs5Qzund/HlJI+Wl1PpywdnrEo+ Nd1B6OUdlfEwMu0aqo17RojVVG0rtjZfzcWrnRebY8rJgRfth0b47BqvwJO2OW9L28Id jrP4LHksCnCN1ZqdOfDNS0DbsOykkNZkX1gVqTgE3D+qrG0VngNY4sk/393C+z494In7 b1riHYyZCqDP76C90X2T8EUozGQ7OTyQnvoNtF87Cgb1YbwRMcpDj+o4i/QNQH8QmOks tHK1ZxE45XfAnSRCSB6kSojcYbEoLxBlnzY+/Yh7EIzWnaLd6iXDfkS+Fx+kqhTLBMsO tsRA== X-Gm-Message-State: AE9vXwPEdmMENpjtiy2E+ydJ3aIg9n4bkl0NVAn6Vr61NqygyEI1VqmLjdwdRSKVuP77qw== X-Received: by 10.66.13.200 with SMTP id j8mr17993029pac.150.1472144226275; Thu, 25 Aug 2016 09:57:06 -0700 (PDT) Received: from ?IPv6:2601:647:4c00:3edf:157a:f659:3403:a165? ([2601:647:4c00:3edf:157a:f659:3403:a165]) by smtp.gmail.com with ESMTPSA id s12sm22170462pfj.73.2016.08.25.09.57.05 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 25 Aug 2016 09:57:05 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Pgp-Agent: GPGMail From: Khem Raj In-Reply-To: Date: Thu, 25 Aug 2016 09:57:32 -0700 Message-Id: References: <2ea1073b1b15da51334a47814732d809fc1d4a3a.1472060412.git.mariano.lopez@linux.intel.com> To: "Burton, Ross" X-Mailer: Apple Mail (2.3124) Cc: OE-core Subject: Re: [PATCHv4 1/2] cve-check-tool: Add recipe X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 16:57:08 -0000 X-Groupsio-MsgNum: 86304 Content-Type: multipart/signed; boundary="Apple-Mail=_BF6783A3-C21C-4386-91A8-286A8EFE0A85"; protocol="application/pgp-signature"; micalg=pgp-sha1 --Apple-Mail=_BF6783A3-C21C-4386-91A8-286A8EFE0A85 Content-Type: multipart/alternative; boundary="Apple-Mail=_AFF6A370-271B-4374-889B-FAE1F794D926" --Apple-Mail=_AFF6A370-271B-4374-889B-FAE1F794D926 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Aug 25, 2016, at 7:28 AM, Burton, Ross = wrote: >=20 >=20 > On 24 August 2016 at 19:58, > wrote: > +CFLAGS +=3D "-Wno-error=3Dpedantic" >=20 > This doesn't work in native builds, as the native class reassigns the = value at the last minute. You'll have to use _append. this change is needed with musl, so it may not cause issues per se but I = agree using append is better here >=20 > Ross > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core --Apple-Mail=_AFF6A370-271B-4374-889B-FAE1F794D926 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On Aug 25, 2016, at 7:28 AM, Burton, Ross <ross.burton@intel.com> wrote:


On 24 August 2016 at 19:58, <mariano.lopez@linux.intel.com> = wrote:
+CFLAGS +=3D = "-Wno-error=3Dpedantic"

This doesn't work in native builds, as the native class = reassigns the value at the last minute.  You'll have to use = _append.

this= change is needed with musl, so it may not cause issues per se but I = agree using append is better here


Ross
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-cor= e

= --Apple-Mail=_AFF6A370-271B-4374-889B-FAE1F794D926-- --Apple-Mail=_BF6783A3-C21C-4386-91A8-286A8EFE0A85 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iEYEARECAAYFAle/I4AACgkQuwUzVZGdMxRaygCfSj/i8SZjqZAgDSainxA8m+Fs XhcAoIiZQIUV1CZ6ecfsarLjtFVrw7EA =M4/a -----END PGP SIGNATURE----- --Apple-Mail=_BF6783A3-C21C-4386-91A8-286A8EFE0A85--