WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 2 of 5] ocaml: add dependency to module metadata

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 5] ocaml: add dependency to module metadata
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Tue, 07 Dec 2010 14:32:53 +0000
Cc: Ian Campbell <ian.campbell@xxxxxxxxxx>
Delivery-date: Tue, 07 Dec 2010 06:44:22 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1291732371@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1291732371@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.5.2
# HG changeset patch
# User root@xxxxxxxxxxxxxxxxxxxxx
# Date 1291307719 18000
# Node ID e147f32b385cdebc568992fae9ceb71d958bb169
# Parent  21d9d889ec30f6ac55267c745a1cae56c768f63b
ocaml: add dependency to module metadata.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 21d9d889ec30 -r e147f32b385c tools/ocaml/libs/eventchn/META.in
--- a/tools/ocaml/libs/eventchn/META.in Thu Dec 02 11:35:19 2010 -0500
+++ b/tools/ocaml/libs/eventchn/META.in Thu Dec 02 11:35:19 2010 -0500
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "Eventchn interface extension"
+requires = "unix"
 archive(byte) = "eventchn.cma"
 archive(native) = "eventchn.cmxa"
diff -r 21d9d889ec30 -r e147f32b385c tools/ocaml/libs/log/META.in
--- a/tools/ocaml/libs/log/META.in      Thu Dec 02 11:35:19 2010 -0500
+++ b/tools/ocaml/libs/log/META.in      Thu Dec 02 11:35:19 2010 -0500
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "Log - logging library"
+requires = "unix"
 archive(byte) = "log.cma"
 archive(native) = "log.cmxa"
diff -r 21d9d889ec30 -r e147f32b385c tools/ocaml/libs/xb/META.in
--- a/tools/ocaml/libs/xb/META.in       Thu Dec 02 11:35:19 2010 -0500
+++ b/tools/ocaml/libs/xb/META.in       Thu Dec 02 11:35:19 2010 -0500
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "XenBus Interface"
+requires = "unix,mmap"
 archive(byte) = "xb.cma"
 archive(native) = "xb.cmxa"
diff -r 21d9d889ec30 -r e147f32b385c tools/ocaml/libs/xc/META.in
--- a/tools/ocaml/libs/xc/META.in       Thu Dec 02 11:35:19 2010 -0500
+++ b/tools/ocaml/libs/xc/META.in       Thu Dec 02 11:35:19 2010 -0500
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "Xen Control Interface"
+requires = "mmap,uuid"
 archive(byte) = "xc.cma"
 archive(native) = "xc.cmxa"
diff -r 21d9d889ec30 -r e147f32b385c tools/ocaml/libs/xs/META.in
--- a/tools/ocaml/libs/xs/META.in       Thu Dec 02 11:35:19 2010 -0500
+++ b/tools/ocaml/libs/xs/META.in       Thu Dec 02 11:35:19 2010 -0500
@@ -1,4 +1,5 @@
 version = "@VERSION@"
 description = "XenStore Interface"
+requires = "unix,xb"
 archive(byte) = "xs.cma"
 archive(native) = "xs.cmxa"

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>