diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 55aea1f3c7..65dad45130 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -111,10 +111,6 @@ do_install:append() { | |||
111 | install -m 755 ${B}/$f ${D}/${bindir} | 111 | install -m 755 ${B}/$f ${D}/${bindir} |
112 | done | 112 | done |
113 | 113 | ||
114 | # Patch python tools to use Python 3; they should be source compatible, but | ||
115 | # still refer to Python 2 in the shebang | ||
116 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/bluez/test/* | ||
117 | |||
118 | # Fix the /etc/bluetooth directory permissions when systemd is disabled | 114 | # Fix the /etc/bluetooth directory permissions when systemd is disabled |
119 | if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'false', 'true', d)}; then | 115 | if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'false', 'true', d)}; then |
120 | chmod 0755 ${D}${sysconfdir}/bluetooth | 116 | chmod 0755 ${D}${sysconfdir}/bluetooth |