From b003df03358aea4e9e094ee339a9f6796866961e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 28 Jan 2015 02:00:57 -0800 Subject: bind: fix and enable parallel build (From OE-Core rev: af851c7cdeab0ef53f00866da3da1a96b96bd63a) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bind/bind_9.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/bind/bind_9.9.5.bb') diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb index eacb23ffb8..8431eb940c 100644 --- a/meta/recipes-connectivity/bind/bind_9.9.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb @@ -19,6 +19,7 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ file://init.d-add-support-for-read-only-rootfs.patch \ file://bind9_9_5-CVE-2014-8500.patch \ file://bind-add-crosscripts-search-path-for-xml2-config.patch \ + file://bind-subdirs-run-serially.patch \ " SRC_URI[md5sum] = "e676c65cad5234617ee22f48e328c24e" @@ -48,7 +49,6 @@ INITSCRIPT_PARAMS = "defaults" SYSTEMD_SERVICE_${PN} = "named.service" -PARALLEL_MAKE = "" RDEPENDS_${PN} = "python-core" -- cgit v1.2.3-54-g00ecf