summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/connman/connman.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 12378e9a20..bb6f5321ed 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \
20 ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ 20 ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
21 " 21 "
22 22
23INC_PR = "r11" 23INC_PR = "r12"
24 24
25TIST = "--enable-tist" 25TIST = "--enable-tist"
26TIST_powerpc = "" 26TIST_powerpc = ""
@@ -72,6 +72,10 @@ do_install_append() {
72 72
73 # We don't need to package an empty directory 73 # We don't need to package an empty directory
74 rmdir ${D}${libdir}/connman/scripts 74 rmdir ${D}${libdir}/connman/scripts
75
76 # Automake 1.12 won't install empty directories, but we need the
77 # plugins directory to be present for ownership
78 mkdir -p ${D}${libdir}/connman/plugins
75} 79}
76 80
77# These used to be plugins, but now they are core 81# These used to be plugins, but now they are core