From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Yang Shi <yang.shi@windriver.com>,
<meta-virtualization@yoctoproject.org>
Subject: Re: [PATCH] libvirt: Correct IP_PATH
Date: Tue, 19 Nov 2013 23:31:36 -0500 [thread overview]
Message-ID: <528C3B28.2030902@windriver.com> (raw)
In-Reply-To: <1384882809-21394-1-git-send-email-yang.shi@windriver.com>
On 11/19/2013, 12:40 PM, Yang Shi wrote:
> ip is installed into /sbin/ip, but the default path used by libvirt is /bin/ip,
> so override IP_PATH in configure.
Merged. Thanks Yang.
Bruce
>
> Signed-off-by: Yang Shi <yang.shi@windriver.com>
> ---
> recipes-extended/libvirt/libvirt_1.1.2.bb | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.1.2.bb b/recipes-extended/libvirt/libvirt_1.1.2.bb
> index 4bdade8..598d7ef 100644
> --- a/recipes-extended/libvirt/libvirt_1.1.2.bb
> +++ b/recipes-extended/libvirt/libvirt_1.1.2.bb
> @@ -117,7 +117,7 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72"
> #PACKAGECONFIG ??= "xen libxl xen-inotify test remote libvirtd"
>
> # full config
> -PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \
> +PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \
> polkit lxc test remote macvtap libvirtd netcf udev python ebtables \
> {@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
> "
> @@ -150,6 +150,7 @@ PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux,"
> PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables"
> PACKAGECONFIG[python] = "--with-python,--without-python,python,"
> PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl"
> +PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2"
>
> # Enable the Python tool support
> require libvirt-python.inc
>
prev parent reply other threads:[~2013-11-20 4:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 17:40 [PATCH] libvirt: Correct IP_PATH Yang Shi
2013-11-20 4:31 ` 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=528C3B28.2030902@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=meta-virtualization@yoctoproject.org \
--cc=yang.shi@windriver.com \
/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.