From 7a483d11943d30999f16941ff0c68bcc271cb616 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 11 May 2015 19:13:53 -0700 Subject: bind: separate B and S Fix B != S and separate them. (From OE-Core rev: 1938a4435cd77494e539961bdfa907ae32a01147) Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bind/bind_9.10.2.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity/bind') 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 \ --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() { -- cgit 1.2.3-korg