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 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: X-Mailer: git-send-email 1.7.6.4 Subject: [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 List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 18:43:14 -0000 From: Nitin A Kamble 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 -- 1.7.6.4