All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] osstest: install libnl3 packages
@ 2015-07-01 15:12 Roger Pau Monne
  2015-07-02  3:20 ` Yang Hongyang
  2015-07-02 15:26 ` Ian Jackson
  0 siblings, 2 replies; 6+ messages in thread
From: Roger Pau Monne @ 2015-07-01 15:12 UTC (permalink / raw)
  To: xen-devel
  Cc: Shriram Rajagopalan, Yang Hongyang, Ian Jackson, Ian Campbell,
	Roger Pau Monne

Install the libnl3 packages needed by the remus code. Those are available on
both Wheezy and Jessie, although the Wheezy ones are too old.

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/) {
-	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
-- 
1.9.5 (Apple Git-50.3)


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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-05 16:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 15:12 [PATCH] osstest: install libnl3 packages Roger Pau Monne
2015-07-02  3:20 ` Yang Hongyang
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

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.