From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id 02C7774A17 for ; Mon, 7 May 2018 10:48:29 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 03:48:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,373,1520924400"; d="scan'208";a="53798539" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga001.jf.intel.com with ESMTP; 07 May 2018 03:48:29 -0700 To: Anuj Mittal , openembedded-core@lists.openembedded.org References: <20180503081758.4661-2-anuj.mittal@intel.com> <20180504132838.21692-1-anuj.mittal@intel.com> From: Alexander Kanavin Message-ID: Date: Mon, 7 May 2018 13:42:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180504132838.21692-1-anuj.mittal@intel.com> Subject: Re: [PATCH v2] gst-plugins-base: upgrade 1.12.4 -> 1.14.0 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: Mon, 07 May 2018 10:48:30 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 05/04/2018 04:28 PM, Anuj Mittal wrote: > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch > index 6616e2cf0d..dc15d93eb0 100644 > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch > @@ -1,16 +1,17 @@ > -From 990b653c7b6de1937ec759019982d6c5f15770f7 Mon Sep 17 00:00:00 2001 > +From f523721e453febfb3f62f3ba1e9fefb31dcec471 Mon Sep 17 00:00:00 2001 > From: Alexander Kanavin > -Date: Mon, 26 Oct 2015 16:38:18 +0200 > -Subject: [PATCH 2/4] Makefile.am: prefix calls to pkg-config with > +Date: Thu, 5 Apr 2018 10:26:25 +0800 > +Subject: [PATCH] Makefile.am: prefix calls to pkg-config with > PKG_CONFIG_SYSROOT_DIR > > Upstream-Status: Pending [review on oe-core maillist] > Signed-off-by: Alexander Kanavin > +Signed-off-by: Anuj Mittal > + > --- > gst-libs/gst/allocators/Makefile.am | 4 ++-- > gst-libs/gst/app/Makefile.am | 4 ++-- > gst-libs/gst/audio/Makefile.am | 12 ++++++------ > - gst-libs/gst/fft/Makefile.am | 4 ++-- > gst-libs/gst/pbutils/Makefile.am | 12 ++++++------ > gst-libs/gst/riff/Makefile.am | 8 ++++---- > gst-libs/gst/rtp/Makefile.am | 8 ++++---- > @@ -18,13 +19,13 @@ Signed-off-by: Alexander Kanavin > gst-libs/gst/sdp/Makefile.am | 4 ++-- > gst-libs/gst/tag/Makefile.am | 8 ++++---- > gst-libs/gst/video/Makefile.am | 8 ++++---- This patch needs to be updated to also include gst-libs/gst/gl and fix it in a similar way to other dirs. Can you do that please? This will avoid the host contamination issue that you've seen on your machine (build succeeding because the host has the needed files). Alex