diff mbox series

[meta-arago,master] libdrm: Update patch for v2.4.117

Message ID 20231120214917.18288-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] libdrm: Update patch for v2.4.117 | expand

Commit Message

Ryan Eatmon Nov. 20, 2023, 9:49 p.m. UTC
oe-core bumped the version and this patch needs fixing so that it
applies cleanly again.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../libdrm/0001-Add-option-to-run-a-test-indefinitely.patch   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch b/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch
index 4c62bab8..0172f8a4 100644
--- a/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch
+++ b/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch
@@ -44,8 +44,8 @@  index fc75383..8e59acc 100644
  	exit(0);
  }
  
--static char optstr[] = "acdD:efF:M:P:ps:Cvrw:";
-+static char optstr[] = "acdD:efF:M:P:ps:Cvrw:t";
+-static char optstr[] = "acdD:efF:M:P:ps:Cvrw:o:";
++static char optstr[] = "acdD:efF:M:P:ps:Cvrw:o:t";
  
  int main(int argc, char **argv)
  {