diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-23 10:40:00 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-23 10:40:00 +0000 |
| commit | b37a06703c214768619cc2816ae3af34bf6a7511 (patch) | |
| tree | 72efae4280a66a7aa813fb072b76f8ceb84f797d /meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch | |
| parent | a2513fb4c43954296aab493312bb6dbd8299c4c9 (diff) | |
| download | poky-b37a06703c214768619cc2816ae3af34bf6a7511.tar.gz | |
qemu: added SVN recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4322 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch')
| -rw-r--r-- | meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch b/meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch new file mode 100644 index 0000000000..017f9f6355 --- /dev/null +++ b/meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | --- | ||
| 2 | configure | 2 -- | ||
| 3 | 1 file changed, 2 deletions(-) | ||
| 4 | |||
| 5 | Index: qemu/configure | ||
| 6 | =================================================================== | ||
| 7 | --- qemu.orig/configure 2007-12-03 16:38:38.000000000 +0000 | ||
| 8 | +++ qemu/configure 2007-12-03 16:38:39.000000000 +0000 | ||
| 9 | @@ -323,8 +323,6 @@ for opt do | ||
| 10 | ;; | ||
| 11 | --disable-werror) werror="no" | ||
| 12 | ;; | ||
| 13 | - *) echo "ERROR: unknown option $opt"; show_help="yes" | ||
| 14 | - ;; | ||
| 15 | --disable-nptl) nptl="no" | ||
| 16 | ;; | ||
| 17 | esac | ||
