mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
qemu: unbreak also on Ubuntu 8.04
This commit is contained in:
@@ -2,17 +2,18 @@ On Debian 'sid' systems there is no linux/dirent.h header when
|
|||||||
linux-libc-headers 2.6.28 are installed.
|
linux-libc-headers 2.6.28 are installed.
|
||||||
|
|
||||||
---
|
---
|
||||||
linux-user/syscall.c | 1 +
|
linux-user/syscall.c | 2 +-
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
--- qemu-0.9.1.orig/linux-user/syscall.c
|
--- qemu-0.9.1.orig/linux-user/syscall.c
|
||||||
+++ qemu-0.9.1/linux-user/syscall.c
|
+++ qemu-0.9.1/linux-user/syscall.c
|
||||||
@@ -75,10 +75,11 @@
|
@@ -74,11 +74,11 @@
|
||||||
|
#include <linux/unistd.h>
|
||||||
#include <linux/utsname.h>
|
#include <linux/utsname.h>
|
||||||
#include <linux/cdrom.h>
|
#include <linux/cdrom.h>
|
||||||
#include <linux/hdreg.h>
|
#include <linux/hdreg.h>
|
||||||
#include <linux/soundcard.h>
|
#include <linux/soundcard.h>
|
||||||
#include <linux/dirent.h>
|
-#include <linux/dirent.h>
|
||||||
+#include <dirent.h>
|
+#include <dirent.h>
|
||||||
#include <linux/kd.h>
|
#include <linux/kd.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
|
||||||
FILESDIR = "${WORKDIR}"
|
FILESDIR = "${WORKDIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user