From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by mail.openembedded.org (Postfix) with ESMTP id C1461767D6 for ; Wed, 19 Aug 2015 20:30:59 +0000 (UTC) Received: by qged69 with SMTP id d69so13857474qge.0 for ; Wed, 19 Aug 2015 13:30:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=PJNlqBP50x98IiNFELxEV1+4N8EqTZs3nRNqN3lGEBk=; b=k9ztFS7vPz4ojbJ7v1UmZJXG6A+Hy8yRtVz8YGad+2lwpMsF6skr+oB5OwtRFUfKrH aPxCZFXwdOWkU/SlBMsrWzZpWm1ObMvqR8C9lnn6eRdLGVCwTTBePggTeTkXack9AoSY BVUuIj1VOkbyIzHsjmS+3wWuk8wcKtV4q+u1N9jy5TNucByGRIaBtVmDUocnnR9HN8FB W9VHChsu/NvzBlOxu6dAH/bheKrkVIgUtbWEiCvTG/ExfO2KARTRfkSG0TmOh7Us6VzQ xL1OjSztJqVnP8/CfEUtrA6LuqL4TDsuEpp3My/OxG6GJrfNcCu4xOdLMufviaGEKjOt BJEQ== X-Gm-Message-State: ALoCoQmu+p5jkMX81VdIlCMZEL7EuwnRs3Di0JHx1y4ys7l7JuzsUrtmP8vqzy12q0hA8j4ERBac X-Received: by 10.140.33.164 with SMTP id j33mr26853810qgj.77.1440016259332; Wed, 19 Aug 2015 13:30:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.98.67 with HTTP; Wed, 19 Aug 2015 13:30:39 -0700 (PDT) In-Reply-To: References: <5d7a87b67d76994b2a71bcb40d256e22304c6f31.1439991562.git.alexander.kanavin@linux.intel.com> From: "Burton, Ross" Date: Wed, 19 Aug 2015 21:30:39 +0100 Message-ID: To: =?UTF-8?Q?Andreas_M=C3=BCller?= Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 17/22] glib: add a warning suppression patch to glib 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: Wed, 19 Aug 2015 20:31:05 -0000 Content-Type: multipart/alternative; boundary=001a1139bd9c9c0695051dafe960 --001a1139bd9c9c0695051dafe960 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 19 August 2015 at 21:26, Andreas M=C3=BCller wrote: > On Wed, Aug 19, 2015 at 3:40 PM, Alexander Kanavin > wrote: > > Otherwise QA check will fail. > > Some schemas in gsettings-desktop-schemas (such as proxy and locale) > > are still using deprecated paths, as of 3.16.1. This causes warning > > messages, and meta/lib/oe/rootfs.py complaints about them. > > > > Signed-off-by: Alexander Kanavin > > --- > > ...warning-about-deprecated-paths-in-schemas.patch | 32 > ++++++++++++++++++++++ > > meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb | 1 + > > 2 files changed, 33 insertions(+) > > create mode 100644 > meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-depreca= ted-paths-in-schemas.patch > > > > diff --git > a/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-depre= cated-paths-in-schemas.patch > b/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-depre= cated-paths-in-schemas.patch > > new file mode 100644 > > index 0000000..54e830c > > --- /dev/null > > +++ > b/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-depre= cated-paths-in-schemas.patch > > @@ -0,0 +1,32 @@ > > +From 41534253b6b61ed4769eb6a3966698a50ee73b71 Mon Sep 17 00:00:00 2001 > > +From: Alexander Kanavin > > +Date: Fri, 12 Jun 2015 17:08:46 +0300 > > +Subject: [PATCH] Remove the warning about deprecated paths in schemas > > + > > +Some schemas in gsettings-desktop-schemas (such as proxy and locale) > > +are still using deprecated paths, as of 3.16.1. This causes warning > > +messages, and meta/lib/oe/rootfs.py complaints about them. > Upstream-Status In a desperate attempt to merge at least some of this into master shortly, I added that by hand when merging to mut... Ross --001a1139bd9c9c0695051dafe960 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 19 August 2015 at 21:26, Andreas M=C3=BCller <schnitzeltony@googlemail.com> wrote:
On Wed, Aug 19, 2015 at 3:40 PM, Alexander= Kanavin
<alexander.kanavin@= linux.intel.com> wrote:
> Otherwise QA check will fail.
> Some schemas in gsettings-desktop-schemas (such as proxy and locale) > are still using deprecated paths, as of 3.16.1. This causes warning > messages, and meta/lib/oe/rootfs.py complaints about them.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
>=C2=A0 ...warning-about-deprecated-paths-in-schemas.patch | 32 ++++++++= ++++++++++++++
>=C2=A0 meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb=C2=A0 =C2=A0 = =C2=A0 |=C2=A0 1 +
>=C2=A0 2 files changed, 33 insertions(+)
>=C2=A0 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Remo= ve-the-warning-about-deprecated-paths-in-schemas.patch
>
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warni= ng-about-deprecated-paths-in-schemas.patch b/meta/recipes-core/glib-2.0/gli= b-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch
> new file mode 100644
> index 0000000..54e830c
> --- /dev/null
> +++ b/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-abou= t-deprecated-paths-in-schemas.patch
> @@ -0,0 +1,32 @@
> +From 41534253b6b61ed4769eb6a3966698a50ee73b71 Mon Sep 17 00:00:00 200= 1
> +From: Alexander Kanavin <alex.kanavin@gmail.com>
> +Date: Fri, 12 Jun 2015 17:08:46 +0300
> +Subject: [PATCH] Remove the warning about deprecated paths in schemas=
> +
> +Some schemas in gsettings-desktop-schemas (such as proxy and locale)<= br> > +are still using deprecated paths, as of 3.16.1. This causes warning > +messages, and meta/lib/oe/rootfs.py complaints about them.
Upstream-Status

In a desperate = attempt to merge at least some of this into master shortly, I added that by= hand when merging to mut...

Ross
--001a1139bd9c9c0695051dafe960--