diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-08 13:26:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-09 09:41:11 -0700 |
| commit | d1b67ac99e023f9abc34f215caba770a46af5723 (patch) | |
| tree | 86dfb85890d77819ece292a8db5319fec3ccce2f | |
| parent | a57f6d42b21075242def0b00d39ba026e7dbcf93 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 19 | CFLAGS += "-pthread" | 19 | CFLAGS += "-pthread" |
| 20 | 20 | ||
| 21 | PATCHTOOL = "git" | ||
| 22 | |||
| 23 | do_compile () { | 21 | do_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"` |
