rebuild ffmpeg for libvpx-1.15.0; fix gcc-14 problem; add patch for new
[oi-userland.git] / components / developer / dbus-test-runner / patches / use-ghead.patch
blobf39149495803775788d5b562dc9aa3976fdb1140
1 diff -Nru dbus-test-runner-19.04.0.orig/tests/Makefile.am dbus-test-runner-19.04.0/tests/Makefile.am
2 --- dbus-test-runner-19.04.0.orig/tests/Makefile.am 2019-01-14 23:47:10.000000000 +0000
3 +++ dbus-test-runner-19.04.0/tests/Makefile.am 2023-01-08 09:43:23.649644571 +0000
4 @@ -159,9 +159,9 @@
5 @echo "#!/bin/sh -e" > $@
6 @echo "$(DBUS_RUNNER) --task cat --parameter \"$(top_srcdir)/src/dbus-test-runner.c\" --task-name \"cat1\" --task cat --parameter \"$(top_srcdir)/src/dbus-test-runner.c\" --task-name \"cat2\" > testcat.output.txt" >> $@
7 @echo "echo Finding cat1 data" >> $@
8 - @echo "grep ^cat1: testcat.output.txt | tail -n +2 | head -n -1 > testcat.output.cat1.txt" >> $@
9 + @echo "grep ^cat1: testcat.output.txt | tail -n +2 | ghead -n -1 > testcat.output.cat1.txt" >> $@
10 @echo "echo Finding cat2 data" >> $@
11 - @echo "grep ^cat2: testcat.output.txt | tail -n +2 | head -n -1 > testcat.output.cat2.txt" >> $@
12 + @echo "grep ^cat2: testcat.output.txt | tail -n +2 | ghead -n -1 > testcat.output.cat2.txt" >> $@
13 @echo "echo Filtering cat1 data" >> $@
14 @echo "sed -e s/cat1:\\ //g testcat.output.cat1.txt > testcat.output.cat1.filtered.txt" >> $@
15 @echo "echo Filtering cat2 data" >> $@