diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 14:40:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 10:40:26 +0100 |
commit | 2b312d4973eb8e926df68e893ae1be6b9b5328e0 (patch) | |
tree | 7513a417277198cf3188059549edca34d18d799d /meta/recipes-connectivity/bind | |
parent | 55bf88603927469de9aa9f6fd4d449230d2e61e3 (diff) | |
download | poky-2b312d4973eb8e926df68e893ae1be6b9b5328e0.tar.gz |
bind: Use correct python interpreter path
The scripts currently reference "python33", fix this so they reference
python3. The move the python3 likely broke these.
(From OE-Core rev: 1a734f037da37d14f780970a9532d1e2e3683bf8)
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.10.5-P3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 e6e1e8d068..b20a4aa396 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb | |||
@@ -84,7 +84,7 @@ do_install_append() { | |||
84 | install -d "${D}${sysconfdir}/init.d" | 84 | install -d "${D}${sysconfdir}/init.d" |
85 | install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" | 85 | install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" |
86 | install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" | 86 | install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" |
87 | sed -i -e '1s,#!.*python,#! /usr/bin/python3,' ${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds | 87 | sed -i -e '1s,#!.*python3,#! /usr/bin/python3,' ${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds |
88 | 88 | ||
89 | # Install systemd related files | 89 | # Install systemd related files |
90 | install -d ${D}${sbindir} | 90 | install -d ${D}${sbindir} |