All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yang Hongyang <yanghy@cn.fujitsu.com>
To: Roger Pau Monne <roger.pau@citrix.com>, xen-devel@lists.xenproject.org
Cc: Shriram Rajagopalan <rshriram@cs.ubc.ca>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>
Subject: Re: [PATCH] osstest: install libnl3 packages
Date: Thu, 2 Jul 2015 11:20:49 +0800	[thread overview]
Message-ID: <5594AE11.50205@cn.fujitsu.com> (raw)
In-Reply-To: <1435763545-98932-1-git-send-email-roger.pau@citrix.com>


On 07/01/2015 11:12 PM, Roger Pau Monne wrote:
> Install the libnl3 packages needed by the remus code. Those are available on
> both Wheezy and Jessie, although the Wheezy ones are too old.

Thanks!

>
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Shriram Rajagopalan <rshriram@cs.ubc.ca>
> Cc: Yang Hongyang <yanghy@cn.fujitsu.com>
> ---
>   ts-xen-build-prep | 8 +-------
>   1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/ts-xen-build-prep b/ts-xen-build-prep
> index 9a3b523..034377e 100755
> --- a/ts-xen-build-prep
> +++ b/ts-xen-build-prep
> @@ -206,14 +206,8 @@ sub prep () {
>                         autoconf automake libtool xsltproc
>                         libxml2-utils libxml2-dev
>                         libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl
> -                      ccache nasm checkpolicy);
> +                      ccache nasm checkpolicy libnl-3-dev libnl-route-3-dev);
>
> -    if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) {

What about squeeze|lenny?

> -	push(@packages, "libnl-dev");
> -    } else {
> -	# jessie (>jessie?)
> -	push(@packages, "libnl-route-3-dev");
> -    }
>       target_install_packages($ho, @packages);
>       target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates");
>       # workaround for Debian #595728
>

-- 
Thanks,
Yang.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2015-07-02  3:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-01 15:12 [PATCH] osstest: install libnl3 packages Roger Pau Monne
2015-07-02  3:20 ` Yang Hongyang [this message]
2015-07-02 15:26 ` Ian Jackson
2015-08-05 10:51   ` Ian Campbell
2015-08-05 11:54     ` Ian Campbell
2015-08-05 16:08       ` Ian Campbell

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=5594AE11.50205@cn.fujitsu.com \
    --to=yanghy@cn.fujitsu.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=rshriram@cs.ubc.ca \
    --cc=xen-devel@lists.xenproject.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.