mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
qemu-0.9.1: Remove hacky patch and call configure correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4222 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
configure | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
Index: qemu/configure
|
|
||||||
===================================================================
|
|
||||||
--- qemu.orig/configure 2007-12-03 16:38:38.000000000 +0000
|
|
||||||
+++ qemu/configure 2007-12-03 16:38:39.000000000 +0000
|
|
||||||
@@ -323,8 +323,6 @@ for opt do
|
|
||||||
;;
|
|
||||||
--disable-werror) werror="no"
|
|
||||||
;;
|
|
||||||
- *) echo "ERROR: unknown option $opt"; show_help="yes"
|
|
||||||
- ;;
|
|
||||||
--disable-nptl) nptl="no"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
|
||||||
FILESDIR = "${WORKDIR}"
|
FILESDIR = "${WORKDIR}"
|
||||||
@@ -33,7 +33,6 @@ SRC_URI = "\
|
|||||||
file://fix_segfault.patch;patch=1 \
|
file://fix_segfault.patch;patch=1 \
|
||||||
file://writev_fix.patch;patch=1 \
|
file://writev_fix.patch;patch=1 \
|
||||||
file://configure_symlinkpath_fix.patch;patch=1 \
|
file://configure_symlinkpath_fix.patch;patch=1 \
|
||||||
file://disable-error-in-configure.patch;patch=1 \
|
|
||||||
file://no-strip.patch;patch=1"
|
file://no-strip.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/qemu-${PV}"
|
S = "${WORKDIR}/qemu-${PV}"
|
||||||
@@ -45,5 +44,5 @@ EXTRA_OECONF += "--disable-gfx-check"
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
oe_runconf
|
${S}/configure --prefix=${prefix} ${EXTRA_OECONF}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user