diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-11 16:39:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 17:55:59 +0100 |
commit | c574627261c6b4443c2d8c28f4553fd64edd7ba3 (patch) | |
tree | 8e72a6392447d7fa655a710257ec8c2d8fd8dba7 /meta/recipes-connectivity/connman/connman.inc | |
parent | 9eea1ebe3e4b27529780dfafaf424d373bfb2867 (diff) | |
download | poky-c574627261c6b4443c2d8c28f4553fd64edd7ba3.tar.gz |
connman: fix build with automake 1.12
(From OE-Core rev: 292469a70282ed83a8c73b3a5c57d7327ebde793)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 6 |
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 | ||
23 | INC_PR = "r11" | 23 | INC_PR = "r12" |
24 | 24 | ||
25 | TIST = "--enable-tist" | 25 | TIST = "--enable-tist" |
26 | TIST_powerpc = "" | 26 | TIST_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 |