From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R7sVv-0004nx-Q6 for openembedded-core@lists.openembedded.org; Sun, 25 Sep 2011 19:29:15 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8PHU77g019818 for ; Sun, 25 Sep 2011 18:30:07 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 vaWUvZh3lEw7 for ; Sun, 25 Sep 2011 18:30:07 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8PHU4Gt019813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 25 Sep 2011 18:30:06 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Sun, 25 Sep 2011 18:23:41 +0100 In-Reply-To: <1316843665-26137-1-git-send-email-raj.khem@gmail.com> References: <1316843665-26137-1-git-send-email-raj.khem@gmail.com> X-Mailer: Evolution 3.1.91- Message-ID: <1316971428.8185.34.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH] gnome-doc-utils: Prepend PKG_CONFIG_SYSROOT_DIR to the path returned from PKG_CONFIG X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 17:29:16 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-09-23 at 22:54 -0700, Khem Raj wrote: > If we build say gnome based image on a build system which does not have > gnome e.g. kubuntu then packages like gedit do not build since it uses > gnome files from host system which are non existent on kubuntu > > Signed-off-by: Khem Raj > --- > .../gnome-doc-utils/sysrooted-pkg-config.patch | 37 ++++++++++++++++++++ > meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 6 ++- > 2 files changed, 41 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/sysrooted-pkg-config.patch > Merged to master, thanks. Richard