From 7957c5bc2771a763d26e50e716733c6335cef3c2 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 12 Feb 2015 17:39:34 -0800 Subject: meta: enable parallel build for several recipes I used a for loop to build these packages more than 520 times, these recipes never failed. Signed-off-by: Robert Yang --- meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/autoconf') diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index 41a17d2913..809007f35d 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb @@ -2,8 +2,6 @@ require autoconf.inc PR = "r11" -PARALLEL_MAKE = "" - LICENSE = "GPLv2 & GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" -- cgit 1.2.3-korg