Replace all occurrences of make -j16 by oe_runmake
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-core / libxml2 / python-libxml2.inc
index cdf8ae8..7e744ee 100644 (file)
@@ -58,7 +58,7 @@ do_compile() {
   # use libxml2 as built by libxml2 source package
   mkdir .libs
   cp -v ${prefix}/lib/libxml2.la .
-  make -C python -j16
+  oe_runmake -C python