summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-08 13:26:12 -0700
committerKhem Raj <raj.khem@gmail.com>2025-10-09 09:41:11 -0700
commitd1b67ac99e023f9abc34f215caba770a46af5723 (patch)
tree86dfb85890d77819ece292a8db5319fec3ccce2f
parenta57f6d42b21075242def0b00d39ba026e7dbcf93 (diff)
downloadmeta-openembedded-d1b67ac99e023f9abc34f215caba770a46af5723.tar.gz
pm-qa: Do not hardcode PATCHTOOL
It seems to work fine with quilt as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/pm-qa/pm-qa_git.bb2
1 files changed, 0 insertions, 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 = " \
18 18
19CFLAGS += "-pthread" 19CFLAGS += "-pthread"
20 20
21PATCHTOOL = "git"
22
23do_compile () { 21do_compile () {
24 # Find all the .c files in this project and build them. 22 # Find all the .c files in this project and build them.
25 for x in `find . -name "*.c"` 23 for x in `find . -name "*.c"`