[oe-commits] Otavio Salvador : qemu (svn): fix include of dirent.h file

GIT User account git at amethyst.openembedded.net
Tue Nov 11 12:19:30 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b599dd011042785fb8435265d4720ca10d2d0dfc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b599dd011042785fb8435265d4720ca10d2d0dfc

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Nov 10 18:47:32 2008 -0200

qemu (svn): fix include of dirent.h file

---

 .../qemu/qemu-0.9.1+svn/fix_dirent_h_include.patch |   12 ++++++++++++
 packages/qemu/qemu_svn.bb                          |    5 +++--
 2 files changed, 15 insertions(+), 2 deletions(-)

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 0000000..1320422
--- /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 <linux/cdrom.h>
+ #include <linux/hdreg.h>
+ #include <linux/soundcard.h>
+-#include <linux/dirent.h>
+ #include <linux/kd.h>
++#include <dirent.h>
+ 
+ #include "qemu.h"
+ #include "qemu_spinlock.h"
diff --git a/packages/qemu/qemu_svn.bb b/packages/qemu/qemu_svn.bb
index 6e52a15..e8d9883 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"
 





More information about the Openembedded-commits mailing list