From d1b67ac99e023f9abc34f215caba770a46af5723 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 8 Oct 2025 13:26:12 -0700 Subject: [PATCH] pm-qa: Do not hardcode PATCHTOOL It seems to work fine with quilt as well. Signed-off-by: Khem Raj --- meta-oe/recipes-test/pm-qa/pm-qa_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb index 1574bf0ce9..f792415037 100644 --- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb @@ -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"`