mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
qemu: Ensure an internal qemugl script uses bash as it has bashisms
(From OE-Core rev: 6e26eaf03f2f524b78c194377ea0589e6913445d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user