summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind
diff options
context:
space:
mode:
authorandreas.kling@peiker-cee.de <andreas.kling@peiker-cee.de>2017-09-25 11:01:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-08 22:24:04 +0000
commitb9ed0e7b370c208efaddaf5f3e9019c0df126c61 (patch)
tree9c7c838739fc4bc28793e965ac552dd0e6c93a41 /meta/recipes-connectivity/bind
parent31ddf496f6a0077ecff0aed8c0f10dfe98c5e8f9 (diff)
downloadpoky-b9ed0e7b370c208efaddaf5f3e9019c0df126c61.tar.gz
bind: move libraries to own package
(From OE-Core rev: d74ebc91388941295a2321a295cdb06ee87fc38b) Signed-off-by: Andy Kling <andreas.kling@peiker-cee.de> 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.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb b/meta/recipes-connectivity/bind/bind_9.10.6.bb
index 7718195248..8b8835ba80 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.6.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.6.bb
@@ -68,6 +68,9 @@ FILES_${PN}-utils = "${bindir}/host ${bindir}/dig"
68FILES_${PN}-dev += "${bindir}/isc-config.h" 68FILES_${PN}-dev += "${bindir}/isc-config.h"
69FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${PYTHON_SITEPACKAGES_DIR}" 69FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${PYTHON_SITEPACKAGES_DIR}"
70 70
71PACKAGE_BEFORE_PN += "${PN}-libs"
72FILES_${PN}-libs = "${libdir}/*.so*"
73
71do_install_prepend() { 74do_install_prepend() {
72 # clean host path in isc-config.sh before the hardlink created 75 # clean host path in isc-config.sh before the hardlink created
73 # by "make install": 76 # by "make install":