From patchwork Wed Apr 4 22:30:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] syslinux: Avoid using linux.ext2_fs.h if possible Date: Wed, 04 Apr 2012 22:30:00 -0000 From: Darren Hart X-Patchwork-Id: 25171 Message-Id: To: openembedded-core@lists.openembedded.org, Saul Wold Cc: Darren Hart , Ross Burton The following patch is intended as a stop gap to address the compilation failure for the Yocto 1.2 release. This patch is a backport from syslinux 4.6-pre3. After the Yocto Project 1.2 release and the syslinux 4.6 (or later) release, the syslinux recipe will be updated and the patch will be dropped. Tested building atom-pc core-image-minimal live images on Fedora 16 amd64 with the linux/ext2_fs.h file renamed. The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:11 +0100) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core syslinux http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=syslinux Darren Hart (1): syslinux: Avoid using linux.ext2_fs.h if possible .../libinstaller-Avoid-using-linux-ext2_fs.h.patch | 975 ++++++++++++++++++++ meta/recipes-devtools/syslinux/syslinux_4.03.bb | 5 +- 2 files changed, 978 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/syslinux/files/libinstaller-Avoid-using-linux-ext2_fs.h.patch