diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-09 17:25:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 11:35:31 +0000 |
commit | 6e26eaf03f2f524b78c194377ea0589e6913445d (patch) | |
tree | 1dbdea994e3b48bbe7348d8e501a4a1fb75992d4 /meta/recipes-devtools/qemu/qemu-git | |
parent | a057adfbb72454e28294f00075a69e0e7c699bec (diff) | |
download | openembedded-core-6e26eaf03f2f524b78c194377ea0589e6913445d.tar.gz openembedded-core-6e26eaf03f2f524b78c194377ea0589e6913445d.tar.bz2 openembedded-core-6e26eaf03f2f524b78c194377ea0589e6913445d.zip |
qemu: Ensure an internal qemugl script uses bash as it has bashisms
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-git')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch b/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch index bbc9c9eaf9..4fb972a60b 100644 --- a/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch +++ b/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch @@ -280,7 +280,7 @@ Index: qemu-0.14.0/target-i386/beginend_funcs.sh --- /dev/null +++ qemu-0.14.0/target-i386/beginend_funcs.sh @@ -0,0 +1,23 @@ -+#! /bin/sh ++#! /bin/bash +# Copyright 2008 (C) Intel Corporation +# +# echo names of functions that are legal between a glBegin and glEnd pair. |