pm-qa: Do not hardcode PATCHTOOL

It seems to work fine with quilt as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-10-08 13:26:12 -07:00
parent a57f6d42b2
commit d1b67ac99e

View File

@@ -18,8 +18,6 @@ SRC_URI = " \
CFLAGS += "-pthread"
PATCHTOOL = "git"
do_compile () {
# Find all the .c files in this project and build them.
for x in `find . -name "*.c"`