From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QckrQ-000675-RT for openembedded-core@lists.openembedded.org; Fri, 01 Jul 2011 23:02:49 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 01 Jul 2011 13:54:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,460,1304319600"; d="scan'208";a="25332278" Received: from nbuild2.sc.intel.com ([172.25.110.37]) by fmsmga001.fm.intel.com with ESMTP; 01 Jul 2011 13:54:13 -0700 From: nitin.a.kamble@intel.com To: openembedded-core@lists.openembedded.org Date: Fri, 1 Jul 2011 13:54:10 -0700 Message-Id: X-Mailer: git-send-email 1.7.4.4 Subject: [PATCH 0/1] perl recipes fix package qa rpath warnings 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: Fri, 01 Jul 2011 21:02:49 -0000 From: Nitin A Kamble The following changes since commit ea518846b889a1bad2263d1cb49cb238a295a8e7: bitbake: Add missing bracket, somehow lost by sync scripts (2011-07-01 17:44:12 +0100) 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 (1): perl: Fix package qa rpath warnings. .../perl/perl-5.12.3/fix_bad_rpath.patch | 25 ++++++++++++++++++++ meta/recipes-devtools/perl/perl_5.12.3.bb | 6 +++- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/perl/perl-5.12.3/fix_bad_rpath.patch -- 1.7.4.4