From: Otavio Salvador Date: Mon, 10 Nov 2008 20:47:32 +0000 (-0200) Subject: qemu (svn): fix include of dirent.h file X-Git-Tag: Release-2010-05/1~5435^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b599dd011042785fb8435265d4720ca10d2d0dfc;p=openembedded.git qemu (svn): fix include of dirent.h file --- diff --git a/packages/qemu/qemu-0.9.1+svn/fix_dirent_h_include.patch b/packages/qemu/qemu-0.9.1+svn/fix_dirent_h_include.patch new file mode 100644 index 0000000000..1320422aa7 --- /dev/null +++ b/packages/qemu/qemu-0.9.1+svn/fix_dirent_h_include.patch @@ -0,0 +1,12 @@ +--- a/linux-user/syscall.c~ 2008-11-10 18:39:25.000000000 -0200 ++++ b/linux-user/syscall.c 2008-11-10 18:39:25.000000000 -0200 +@@ -76,8 +76,8 @@ + #include + #include + #include +-#include + #include ++#include + + #include "qemu.h" + #include "qemu_spinlock.h" diff --git a/packages/qemu/qemu_svn.bb b/packages/qemu/qemu_svn.bb index 6e52a1513f..e8d9883c74 100644 --- a/packages/qemu/qemu_svn.bb +++ b/packages/qemu/qemu_svn.bb @@ -1,7 +1,7 @@ LICENSE = "GPL" DEPENDS = "zlib" PV = "0.9.1+svnr${SRCREV}" -PR = "r12" +PR = "r13" FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-0.9.1+svn/" @@ -33,7 +33,8 @@ SRC_URI = "\ file://fix_brk.patch;patch=1 \ file://fix_protection_bits.patch;patch=1 \ file://revert_arm_tcg.patch.gz;patch=1;minrev=4242 \ - file://qemu-n800-support.patch;patch=1" + file://qemu-n800-support.patch;patch=1 \ + file://fix_dirent_h_include.patch;patch=1" S = "${WORKDIR}/trunk"