From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 0657F77660 for ; Sat, 11 Mar 2017 13:47:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v2BDldU4019192; Sat, 11 Mar 2017 13:47:39 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qCUJ2Sz3L3-4; Sat, 11 Mar 2017 13:47:38 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v2BDlZfu019189 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 11 Mar 2017 13:47:36 GMT Message-ID: <1489240055.13980.19.camel@linuxfoundation.org> From: Richard Purdie To: Alexander Kanavin , openembedded-core@lists.openembedded.org Date: Sat, 11 Mar 2017 13:47:35 +0000 In-Reply-To: <20170309202331.5595-4-alexander.kanavin@linux.intel.com> References: <20170309202331.5595-1-alexander.kanavin@linux.intel.com> <20170309202331.5595-4-alexander.kanavin@linux.intel.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 4/4] gpgme: fix python module build and installation 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: Sat, 11 Mar 2017 13:47:43 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Thu, 2017-03-09 at 22:23 +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- >  ...-Avoid-host-contamination-from-gpg-config.patch | 28 > ++++++++++++++++++++++ >  .../0001-Correctly-install-python-modules.patch    | 26 > ++++++++++++++++++++ >  meta/recipes-support/gpgme/gpgme_1.8.0.bb          |  2 ++ >  3 files changed, 56 insertions(+) >  create mode 100644 meta/recipes-support/gpgme/gpgme/0001-Avoid-host- > contamination-from-gpg-config.patch >  create mode 100644 meta/recipes-support/gpgme/gpgme/0001-Correctly- > install-python-modules.patch > > diff --git a/meta/recipes-support/gpgme/gpgme/0001-Avoid-host- > contamination-from-gpg-config.patch b/meta/recipes- > support/gpgme/gpgme/0001-Avoid-host-contamination-from-gpg- > config.patch > new file mode 100644 > index 00000000000..b0a9645997c > --- /dev/null > +++ b/meta/recipes-support/gpgme/gpgme/0001-Avoid-host-contamination- > from-gpg-config.patch > @@ -0,0 +1,28 @@ > +From 96cfc76def123141d0cecaab857da3880396d5ef Mon Sep 17 00:00:00 > 2001 > +From: Alexander Kanavin > +Date: Thu, 9 Mar 2017 22:11:00 +0200 > +Subject: [PATCH] Avoid host contamination from gpg-config > + > +gpg-config gives us -L/usr/lib as the first item for linking. > + > +Signed-off-by: Alexander Kanavin > +--- > + lang/python/setup.py.in | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + I'm not sure which patch is doing it but you probably need to look at: https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/187 Cheers, Richard