summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-03-18 19:37:06 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-18 21:34:57 +0000
commit2183bcb597c78ed0ed7b21aef0c5d19e858535ab (patch)
treed01baf2755f251ac6655df92e1ac3197bd184673 /meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh
parent5c4d183e5ff2228b8daacac090e1176bb198d845 (diff)
Fix build issue in bluez5 bbappend file
The commit b1c5541c2 introduced a 'mkdir -p ${systemd_system_unitdir}' which should be prefixed with ${D}. It produces a build error (permission denied on do_install). Fix it. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ife8b374379937e87cf3c045f105c3eb121f0941d
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh')
0 files changed, 0 insertions, 0 deletions
ef='#n157'>157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195