diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-28 02:00:57 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:26 +0000 |
| commit | b003df03358aea4e9e094ee339a9f6796866961e (patch) | |
| tree | dbf306095bde45084417c483114ff288d6b77297 /meta/recipes-connectivity/bind/bind_9.9.5.bb | |
| parent | 3dff11ca2c2af013b8033967b4a778390c784d42 (diff) | |
| download | poky-b003df03358aea4e9e094ee339a9f6796866961e.tar.gz | |
bind: fix and enable parallel build
(From OE-Core rev: af851c7cdeab0ef53f00866da3da1a96b96bd63a)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.9.5.bb')
| -rw-r--r-- | meta/recipes-connectivity/bind/bind_9.9.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 19 | file://init.d-add-support-for-read-only-rootfs.patch \ | 19 | file://init.d-add-support-for-read-only-rootfs.patch \ |
| 20 | file://bind9_9_5-CVE-2014-8500.patch \ | 20 | file://bind9_9_5-CVE-2014-8500.patch \ |
| 21 | file://bind-add-crosscripts-search-path-for-xml2-config.patch \ | 21 | file://bind-add-crosscripts-search-path-for-xml2-config.patch \ |
| 22 | file://bind-subdirs-run-serially.patch \ | ||
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | SRC_URI[md5sum] = "e676c65cad5234617ee22f48e328c24e" | 25 | SRC_URI[md5sum] = "e676c65cad5234617ee22f48e328c24e" |
| @@ -48,7 +49,6 @@ INITSCRIPT_PARAMS = "defaults" | |||
| 48 | 49 | ||
| 49 | SYSTEMD_SERVICE_${PN} = "named.service" | 50 | SYSTEMD_SERVICE_${PN} = "named.service" |
| 50 | 51 | ||
| 51 | PARALLEL_MAKE = "" | ||
| 52 | 52 | ||
| 53 | RDEPENDS_${PN} = "python-core" | 53 | RDEPENDS_${PN} = "python-core" |
| 54 | 54 | ||
