mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3cad5834e9
commit
7a483d1194
@@ -31,7 +31,9 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \
|
||||
--sysconfdir=${sysconfdir}/bind \
|
||||
--with-openssl=${STAGING_LIBDIR}/.. \
|
||||
"
|
||||
inherit autotools-brokensep update-rc.d systemd useradd pkgconfig
|
||||
inherit autotools update-rc.d systemd useradd pkgconfig
|
||||
|
||||
PR = "r1"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2"
|
||||
@@ -58,7 +60,7 @@ do_install_prepend() {
|
||||
# clean host path in isc-config.sh before the hardlink created
|
||||
# by "make install":
|
||||
# bind9-config -> isc-config.sh
|
||||
sed -i -e "s,${STAGING_LIBDIR},${libdir}," ${S}/isc-config.sh
|
||||
sed -i -e "s,${STAGING_LIBDIR},${libdir}," ${B}/isc-config.sh
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user