From patchwork Tue Jul 17 16:16:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] connman: fix build with automake 1.12 Date: Tue, 17 Jul 2012 16:16:19 -0000 From: Ross Burton X-Patchwork-Id: 32271 Message-Id: <1342541781-26628-2-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org Automake was not installing /usr/lib/connman/plugins, but we need that installed. Signed-off-by: Ross Burton --- meta/recipes-connectivity/connman/connman.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 58cac0b..72d22b6 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc @@ -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