diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-24 22:16:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-24 22:16:38 +0000 |
commit | 13fccc779b34f148bd91559d15d94ca0ccae3dfe (patch) | |
tree | b42dbc90325ecb113b2e9c593c8dcba1bc92af8a /meta/packages | |
parent | 56a4a6f5c8794e26aa8b781d3b5c2ed7931fcd96 (diff) | |
download | poky-13fccc779b34f148bd91559d15d94ca0ccae3dfe.tar.gz |
qemu: drop unused insane patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4334 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch | 17 |
1 files changed, 0 insertions, 17 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 deleted file mode 100644 index 017f9f6355..0000000000 --- a/meta/packages/qemu/qemu-0.9.1+svn/disable-error-in-configure.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 | ||