| Submitter | Nitin A Kamble |
|---|---|
| Date | Jan. 21, 2012, 6:25 a.m. |
| Message ID | <cover.1327127051.git.nitin.a.kamble@intel.com> |
| Download | mbox |
| Permalink | /patch/19925/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Sat, 21 Jan 2012 06:35:32 +0000 (UTC) Received: by 10.112.37.40 with SMTP id v8cs4391lbj; Fri, 20 Jan 2012 22:25:46 -0800 (PST) Received: by 10.213.34.78 with SMTP id k14mr239109ebd.55.1327127141587; Fri, 20 Jan 2012 22:25:41 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id p49si3237071eef.107.2012.01.20.22.25.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jan 2012 22:25:41 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1RoUVj-0003rs-OH; Sat, 21 Jan 2012 07:33:11 +0100 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <nitin.a.kamble@intel.com>) id 1RoUVh-0003rI-Ik for openembedded-core@lists.openembedded.org; Sat, 21 Jan 2012 07:33:09 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 20 Jan 2012 22:25:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="114669691" Received: from nbuild0.sc.intel.com ([172.25.110.36]) by fmsmga002.fm.intel.com with ESMTP; 20 Jan 2012 22:25:23 -0800 From: nitin.a.kamble@intel.com To: openembedded-core@lists.openembedded.org Date: Fri, 20 Jan 2012 22:25:21 -0800 Message-Id: <cover.1327127051.git.nitin.a.kamble@intel.com> X-Mailer: git-send-email 1.7.6.4 Subject: [OE-core] [PATCH 0/4] Misc recipe fixes 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 <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Nitin A Kamble <nitin.a.kamble@intel.com> These are misc fixes. Nitin The following changes since commit 3fe81df6400448b54b47a13f27e1389b1e824ab0: distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates (2012-01-20 16:47:51 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (4): ltp: disable elf binary stripping guile: fix a quote in description distutils: Bandaid against wrong libdir computation python-pyrex: force recompilation meta/classes/distutils.bbclass | 7 +++++++ meta/recipes-devtools/guile/guile_2.0.3.bb | 4 ++-- meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 2 +- meta/recipes-extended/ltp/ltp_20110915.bb | 6 +++++- 4 files changed, 15 insertions(+), 4 deletions(-)