From d74ebc91388941295a2321a295cdb06ee87fc38b Mon Sep 17 00:00:00 2001 From: "andreas.kling@peiker-cee.de" Date: Mon, 25 Sep 2017 11:01:30 +0200 Subject: [PATCH] bind: move libraries to own package Signed-off-by: Andy Kling Signed-off-by: Ross Burton --- meta/recipes-connectivity/bind/bind_9.10.6.bb | 3 +++ 1 file changed, 3 insertions(+) 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" FILES_${PN}-dev += "${bindir}/isc-config.h" FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${PYTHON_SITEPACKAGES_DIR}" +PACKAGE_BEFORE_PN += "${PN}-libs" +FILES_${PN}-libs = "${libdir}/*.so*" + do_install_prepend() { # clean host path in isc-config.sh before the hardlink created # by "make install": -- 2.40.1