[Buildroot] [PATCH 4/7] midori: change use of BR2_JLEVEL to PARALLEL_JOBS

Nathan Lynch ntl at pobox.com
Tue Jun 12 02:09:40 UTC 2012


Signed-off-by: Nathan Lynch <ntl at pobox.com>
---
 package/midori/midori.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/midori/midori.mk b/package/midori/midori.mk
index 0b3439c..aa376a2 100644
--- a/package/midori/midori.mk
+++ b/package/midori/midori.mk
@@ -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
-- 
1.7.6.5




More information about the buildroot mailing list