All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Mark Asselstine <mark.asselstine@windriver.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCH 1/2] openvswitch: add missing inherit
Date: Wed, 18 Dec 2013 16:16:09 -0500	[thread overview]
Message-ID: <52B21099.7000006@windriver.com> (raw)
In-Reply-To: <1387399322-4509-1-git-send-email-mark.asselstine@windriver.com>

On 13-12-18 03:42 PM, Mark Asselstine wrote:
> openvswitch requires pkgconfig or you may see an error:
>
> configure.ac:53: error: Please install pkg-config.
>
> during configure.
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
> Bruce,
>
> Here is another set of commits to fix potential build issues, usually
> encountered while building out of sstate. Sorry for not grouping these
> with my recent lxc commit, I pulled the trigger too quickly.

merged all three.

Bruce

>
> Mark
>
>
>   recipes-networking/openvswitch/openvswitch_1.10.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> index 02c8ab3..931beb8 100644
> --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> +++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> @@ -59,7 +59,7 @@ FILES_${PN}-switch = "${sysconfdir}/init.d/openvswitch-switch \
>   FILES_${PN} += "${datadir}/ovsdbmonitor"
>   FILES_${PN} += "/run"
>
> -inherit autotools update-rc.d
> +inherit autotools update-rc.d pkgconfig
>
>   INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller"
>   INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch"
>



      parent reply	other threads:[~2013-12-18 21:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18 20:42 [PATCH 1/2] openvswitch: add missing inherit Mark Asselstine
2013-12-18 20:42 ` [PATCH] libvirt: " Mark Asselstine
2013-12-18 21:16 ` Bruce Ashfield [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=52B21099.7000006@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=mark.asselstine@windriver.com \
    --cc=meta-virtualization@yoctoproject.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.