mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user