From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] connman: fix build with automake 1.12
Date: Tue, 17 Jul 2012 17:35:59 -0700 [thread overview]
Message-ID: <500604EF.3060903@linux.intel.com> (raw)
In-Reply-To: <1342021183-30173-1-git-send-email-ross.burton@intel.com>
On 07/11/2012 08:39 AM, Ross Burton wrote:
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> meta/recipes-connectivity/connman/connman.inc | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
> index 12378e9..bb6f532 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
>
Merged this change into OE-Core, other connman changes are pending with
some clean up requests.
Thanks
Sau!
prev parent reply other threads:[~2012-07-18 0:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 15:39 [PATCH] connman: fix build with automake 1.12 Ross Burton
2012-07-11 22:00 ` Colin Walters
2012-07-12 21:17 ` Burton, Ross
2012-07-18 0:35 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=500604EF.3060903@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.