From c574627261c6b4443c2d8c28f4553fd64edd7ba3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 11 Jul 2012 16:39:43 +0100 Subject: connman: fix build with automake 1.12 (From OE-Core rev: 292469a70282ed83a8c73b3a5c57d7327ebde793) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/connman/connman.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') 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 \ ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ " -INC_PR = "r11" +INC_PR = "r12" TIST = "--enable-tist" TIST_powerpc = "" @@ -72,6 +72,10 @@ do_install_append() { # We don't need to package an empty directory rmdir ${D}${libdir}/connman/scripts + + # Automake 1.12 won't install empty directories, but we need the + # plugins directory to be present for ownership + mkdir -p ${D}${libdir}/connman/plugins } # These used to be plugins, but now they are core -- cgit v1.2.3-54-g00ecf