mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-10 11:57:43 +00:00
midori: change use of BR2_JLEVEL to PARALLEL_JOBS
Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:

committed by
Peter Korsgaard

parent
615645936c
commit
3fa214aadf
@@ -34,7 +34,7 @@ define MIDORI_CONFIGURE_CMDS
|
||||
endef
|
||||
|
||||
define MIDORI_BUILD_CMDS
|
||||
(cd $(@D); ./waf build -j $(BR2_JLEVEL))
|
||||
(cd $(@D); ./waf build -j $(PARALLEL_JOBS))
|
||||
endef
|
||||
|
||||
define MIDORI_INSTALL_TARGET_CMDS
|
||||
|
Reference in New Issue
Block a user