diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:25 +0100 |
commit | a17e1599a3c9ac61fafbfa88c5d06d0f4c483417 (patch) | |
tree | 56f7abb7eb1d5eb95ba288af0e39a8db3e8cc88a /meta/recipes-connectivity | |
parent | c71f5ab37416629793b9f826480d440d67531791 (diff) | |
download | poky-a17e1599a3c9ac61fafbfa88c5d06d0f4c483417.tar.gz |
bind: switch Python dependency to Python 3.x
(From OE-Core rev: a10fd8722fb7c5f2c5a206203d0c7f4237a86466)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.10.3-P3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb index 1e3a20f9a3..a99f0dd854 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb | |||
@@ -56,7 +56,7 @@ SYSTEMD_SERVICE_${PN} = "named.service" | |||
56 | 56 | ||
57 | PARALLEL_MAKE = "" | 57 | PARALLEL_MAKE = "" |
58 | 58 | ||
59 | RDEPENDS_${PN} = "python-core" | 59 | RDEPENDS_${PN} = "python3-core" |
60 | RDEPENDS_${PN}-dev = "" | 60 | RDEPENDS_${PN}-dev = "" |
61 | 61 | ||
62 | PACKAGE_BEFORE_PN += "${PN}-utils" | 62 | PACKAGE_BEFORE_PN += "${PN}-utils" |
@@ -81,7 +81,7 @@ do_install_append() { | |||
81 | install -d "${D}${sysconfdir}/init.d" | 81 | install -d "${D}${sysconfdir}/init.d" |
82 | install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" | 82 | install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" |
83 | install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" | 83 | install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" |
84 | sed -i -e '1s,#!.*python,#! /usr/bin/env python,' ${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds | 84 | sed -i -e '1s,#!.*python,#! /usr/bin/python3,' ${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds |
85 | 85 | ||
86 | # Install systemd related files | 86 | # Install systemd related files |
87 | install -d ${D}${sbindir} | 87 | install -d ${D}${sbindir} |