projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6156459
)
midori: change use of BR2_JLEVEL to PARALLEL_JOBS
author
Nathan Lynch
<ntl@pobox.com>
Mon, 11 Jun 2012 16:09:40 +0000
(16:09 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 24 Jun 2012 09:10:15 +0000
(11:10 +0200)
Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/midori/midori.mk
patch
|
blob
|
history
diff --git
a/package/midori/midori.mk
b/package/midori/midori.mk
index 0b3439c53ce14152e7fd9d63fa3e033d2543dd45..aa376a28055acca332216f9e958ea7786cd712af 100644
(file)
--- 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