From 9d3c8a9abc42b3ae7639f1226daf198ca04cd9bc Mon Sep 17 00:00:00 2001 From: lumag Date: Mon, 5 Sep 2011 01:37:04 +0000 Subject: [PATCH] tcp-wrappers: drop emptying PARALLEL_MAKE As tcp-wrappers are now fixed regarding parallel builds, stop recipe from emptying PARALLEL_MAKE. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Koen Kooi --- meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb index 96448a947b..b8081f15b5 100644 --- a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb @@ -39,7 +39,6 @@ SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489 S = "${WORKDIR}/tcp_wrappers_${PV}" -PARALLEL_MAKE = "" EXTRA_OEMAKE = "'CC=${CC}' \ 'AR=${AR}' \ 'RANLIB=${RANLIB}' \