From 0122ec3188263006983b3ec96f98af8a2976ca67 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 12 Sep 2017 14:59:43 -0500 Subject: Fix /etc/default directory for bluez5 --- recipes-connectivity/bluez/bluez5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity/bluez') diff --git a/recipes-connectivity/bluez/bluez5.inc b/recipes-connectivity/bluez/bluez5.inc index 2147b9b..14941f6 100644 --- a/recipes-connectivity/bluez/bluez5.inc +++ b/recipes-connectivity/bluez/bluez5.inc @@ -78,7 +78,7 @@ do_install_append() { # still refer to Python 2 in the shebang sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/bluez/test/* - install -d ${D}${sysconfdir}/default/bluetooth + install -d ${D}${sysconfdir}/default install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/bluetooth } -- cgit v1.2.3