mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:56:41 +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:
parent
a57f6d42b2
commit
d1b67ac99e
@ -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"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user