mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
qemu: Switch to git and version 0.10.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
12
meta/packages/qemu/qemu-git/fix-dirent.patch
Normal file
12
meta/packages/qemu/qemu-git/fix-dirent.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: trunk/linux-user/syscall.c
|
||||
===================================================================
|
||||
--- trunk.orig/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000
|
||||
+++ trunk/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
+#include <dirent.h>
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
Reference in New Issue
Block a user