diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-11 19:13:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:59 +0100 |
commit | 7a483d11943d30999f16941ff0c68bcc271cb616 (patch) | |
tree | e63c919029e9a7663f61890d7642cd7dda74cbfb /meta/recipes-connectivity/bind | |
parent | 3cad5834e9f69be1553c5aaec66300c7fbaf81ff (diff) | |
download | poky-7a483d11943d30999f16941ff0c68bcc271cb616.tar.gz |
bind: separate B and S
Fix B != S and separate them.
(From OE-Core rev: 1938a4435cd77494e539961bdfa907ae32a01147)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.10.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.2.bb b/meta/recipes-connectivity/bind/bind_9.10.2.bb index 539f63ea48..1dc15a9da7 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.2.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.2.bb | |||
@@ -31,7 +31,9 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \ | |||
31 | --sysconfdir=${sysconfdir}/bind \ | 31 | --sysconfdir=${sysconfdir}/bind \ |
32 | --with-openssl=${STAGING_LIBDIR}/.. \ | 32 | --with-openssl=${STAGING_LIBDIR}/.. \ |
33 | " | 33 | " |
34 | inherit autotools-brokensep update-rc.d systemd useradd pkgconfig | 34 | inherit autotools update-rc.d systemd useradd pkgconfig |
35 | |||
36 | PR = "r1" | ||
35 | 37 | ||
36 | PACKAGECONFIG ?= "" | 38 | PACKAGECONFIG ?= "" |
37 | PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2" | 39 | PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2" |
@@ -58,7 +60,7 @@ do_install_prepend() { | |||
58 | # clean host path in isc-config.sh before the hardlink created | 60 | # clean host path in isc-config.sh before the hardlink created |
59 | # by "make install": | 61 | # by "make install": |
60 | # bind9-config -> isc-config.sh | 62 | # bind9-config -> isc-config.sh |
61 | sed -i -e "s,${STAGING_LIBDIR},${libdir}," ${S}/isc-config.sh | 63 | sed -i -e "s,${STAGING_LIBDIR},${libdir}," ${B}/isc-config.sh |
62 | } | 64 | } |
63 | 65 | ||
64 | do_install_append() { | 66 | do_install_append() { |