diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 65dad45130..d8b9f81771 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -102,13 +102,13 @@ do_install:append() { | |||
102 | install -d ${D}${INIT_D_DIR} | 102 | install -d ${D}${INIT_D_DIR} |
103 | install -m 0755 ${UNPACKDIR}/init ${D}${INIT_D_DIR}/bluetooth | 103 | install -m 0755 ${UNPACKDIR}/init ${D}${INIT_D_DIR}/bluetooth |
104 | 104 | ||
105 | if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then | 105 | if [ -f ${D}${sysconfdir}/init.d/bluetooth ]; then |
106 | sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth | 106 | sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}${sysconfdir}/init.d/bluetooth |
107 | fi | 107 | fi |
108 | 108 | ||
109 | # Install desired tools that upstream leaves in build area | 109 | # Install desired tools that upstream leaves in build area |
110 | for f in ${NOINST_TOOLS} ; do | 110 | for f in ${NOINST_TOOLS} ; do |
111 | install -m 755 ${B}/$f ${D}/${bindir} | 111 | install -m 755 ${B}/$f ${D}${bindir} |
112 | done | 112 | done |
113 | 113 | ||
114 | # Fix the /etc/bluetooth directory permissions when systemd is disabled | 114 | # Fix the /etc/bluetooth directory permissions when systemd is disabled |