Browse Source

xen-tools: Updated (3.0.2 -> 3.4.0)

karasz/new-early
Aldas Nabazas 16 years ago
parent
commit
e327b44f5c
  1. 19
      base/xen-tools/compile.patch
  2. 8
      base/xen-tools/xen-tools.desc

19
base/xen-tools/compile.patch

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../xen-tools/compile.patch
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -14,16 +15,16 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- tools/xenstat/xentop/Makefile 2006-04-07 14:24:59.000000000 +0200
+++ tools/xenstat/xentop/Makefile 2006-04-09 16:37:55.634761500 +0200
@@ -26,8 +26,8 @@
sbindir=$(prefix)/sbin
--- tools/xenstat/xentop/Makefile.orig 2009-08-02 18:15:18.000000000 +0300
+++ tools/xenstat/xentop/Makefile 2009-08-02 18:17:00.000000000 +0300
@@ -19,8 +19,8 @@
else
CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
-LDFLAGS += -L$(XEN_LIBXENSTAT)
-LDLIBS += -lxenstat -lncurses
+LDFLAGS += -L$(XEN_LIBXENSTAT) -L$(XEN_XENSTORE)
+LDLIBS += -lxenstat -lncurses -lxenstore
all: xentop
-LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS)
+LDFLAGS += -L$(XEN_LIBXENSTAT) -L$(XEN_XENSTORE) -L../../libxc
+LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS) -lxenstore -lxenctrl
CFLAGS += -DHOST_$(XEN_OS)
.PHONY: all

8
base/xen-tools/xen-tools.desc

@ -1,9 +1,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../xen-tools/xen-tools.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -34,8 +33,7 @@
[L] GPL
[S] Stable
[V] 3.0.2
[V] 3.4.0
[P] X -----5---9 179.300
[D] 1522399959 xen-3.0.2-src.tgz http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
[D] 1430562257 xen-3.4.0-xen.tar.gz http://bits.xensource.com/oss-xen/release/3.4.0/

Loading…
Cancel
Save