[OE-core] [rocko][PATCH] bind: move libraries to own package

Andre McCurdy armccurdy at gmail.com
Wed Dec 6 01:39:19 UTC 2017


From: "andreas.kling at peiker-cee.de" <andreas.kling at peiker-cee.de>

Signed-off-by: Andy Kling <andreas.kling at peiker-cee.de>
Signed-off-by: Ross Burton <ross.burton at intel.com>
(cherry picked from commit d74ebc91388941295a2321a295cdb06ee87fc38b)
Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta/recipes-connectivity/bind/bind_9.10.5-P3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
index 13724a8..8309302 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
@@ -67,6 +67,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":
-- 
1.9.1




More information about the Openembedded-core mailing list