Message ID | cover.1323887657.git.nitin.a.kamble@intel.com |
---|---|
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); Wed, 14 Dec 2011 18:42:24 +0000 (UTC) Received: by 10.68.65.197 with SMTP id z5cs27645pbs; Wed, 14 Dec 2011 10:36:36 -0800 (PST) Received: by 10.204.153.23 with SMTP id i23mr1815679bkw.57.1323887791287; Wed, 14 Dec 2011 10:36:31 -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 v51si2850398eef.202.2011.12.14.10.36.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Dec 2011 10:36:31 -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 1RatnQ-0008Jn-L3; Wed, 14 Dec 2011 19:43:16 +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 1RatnN-0008Ja-Uw for openembedded-core@lists.openembedded.org; Wed, 14 Dec 2011 19:43:14 +0100 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 14 Dec 2011 10:36:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="96184081" Received: from nbuild0.sc.intel.com ([172.25.110.36]) by fmsmga001.fm.intel.com with ESMTP; 14 Dec 2011 10:36:12 -0800 From: nitin.a.kamble@intel.com To: dvhart@linux.intel.com, openembedded-core@lists.openembedded.org Date: Wed, 14 Dec 2011 10:36:09 -0800 Message-Id: <cover.1323887657.git.nitin.a.kamble@intel.com> X-Mailer: git-send-email 1.7.6.4 Subject: [OE-core] [PATCH 0/1] a fix for dosfstools 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> The following changes since commit 9d136b2db8f906c562cbdb23a9b238f0e237074b: gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:25 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/bugfix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/bugfix Nitin A Kamble (1): dosfstools: fix populated image creation with dirs .../dosfstools/fix_populated_dosfs_creation.patch | 233 ++++++++++++++++++++ .../recipes-devtools/dosfstools/dosfstools_2.11.bb | 5 +- 2 files changed, 236 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch