diff options
author | andreas.kling@peiker-cee.de <andreas.kling@peiker-cee.de> | 2017-09-25 11:01:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-08 22:24:04 +0000 |
commit | b9ed0e7b370c208efaddaf5f3e9019c0df126c61 (patch) | |
tree | 9c7c838739fc4bc28793e965ac552dd0e6c93a41 | |
parent | 31ddf496f6a0077ecff0aed8c0f10dfe98c5e8f9 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.10.6.bb | 3 |
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" | |||
68 | FILES_${PN}-dev += "${bindir}/isc-config.h" | 68 | FILES_${PN}-dev += "${bindir}/isc-config.h" |
69 | FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${PYTHON_SITEPACKAGES_DIR}" | 69 | FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${PYTHON_SITEPACKAGES_DIR}" |
70 | 70 | ||
71 | PACKAGE_BEFORE_PN += "${PN}-libs" | ||
72 | FILES_${PN}-libs = "${libdir}/*.so*" | ||
73 | |||
71 | do_install_prepend() { | 74 | do_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": |