diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-10 13:18:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:10 +0100 |
commit | 206d7c6d39ab55f065209e490c6e4dafc70b9d4d (patch) | |
tree | 238d084ac8bf589e2e3542eda4a014be844334de /meta/recipes-connectivity/bind | |
parent | 591d877d5cc72470fb31d1b9e9d39618668a803f (diff) | |
download | poky-206d7c6d39ab55f065209e490c6e4dafc70b9d4d.tar.gz |
bind: do not RDEPEND on bash
Nothing in the target installation actually needs it.
(From OE-Core rev: 0357b2d2cdcbcef89a346126969ec3e1856bda95)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.11.5-P4.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb b/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb index 69b1174073..f4e985036d 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb | |||
@@ -133,7 +133,5 @@ PACKAGE_BEFORE_PN += "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3- | |||
133 | FILES_python3-bind = "${sbindir}/dnssec-coverage ${sbindir}/dnssec-checkds \ | 133 | FILES_python3-bind = "${sbindir}/dnssec-coverage ${sbindir}/dnssec-checkds \ |
134 | ${sbindir}/dnssec-keymgr ${PYTHON_SITEPACKAGES_DIR}" | 134 | ${sbindir}/dnssec-keymgr ${PYTHON_SITEPACKAGES_DIR}" |
135 | 135 | ||
136 | RDEPENDS_${PN} = "bash" | ||
137 | RDEPENDS_${PN}-utils = "bash" | ||
138 | RDEPENDS_${PN}-dev = "" | 136 | RDEPENDS_${PN}-dev = "" |
139 | RDEPENDS_python3-bind = "python3-core python3-ply" | 137 | RDEPENDS_python3-bind = "python3-core python3-ply" |