mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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"
|
CFLAGS += "-pthread"
|
||||||
|
|
||||||
PATCHTOOL = "git"
|
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
# Find all the .c files in this project and build them.
|
# Find all the .c files in this project and build them.
|
||||||
for x in `find . -name "*.c"`
|
for x in `find . -name "*.c"`
|
||||||
|
|||||||
Reference in New Issue
Block a user