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-changelog

[Xen-changelog] [xen-unstable] ocaml: add dependency to module metadata

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] ocaml: add dependency to module metadata
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Jan 2011 07:58:41 -0800
Delivery-date: Mon, 17 Jan 2011 08:04:35 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1294335219 0
# Node ID 9b0b2233f2e6c0846c3d8a3ddbdbdbe2f4b44627
# Parent  21ee14d775fff08560cd6c3534351566634be9a4
ocaml: add dependency to module metadata

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/ocaml/libs/eventchn/META.in |    1 +
 tools/ocaml/libs/log/META.in      |    1 +
 tools/ocaml/libs/xb/META.in       |    1 +
 tools/ocaml/libs/xc/META.in       |    1 +
 tools/ocaml/libs/xs/META.in       |    1 +
 5 files changed, 5 insertions(+)

diff -r 21ee14d775ff -r 9b0b2233f2e6 tools/ocaml/libs/eventchn/META.in
--- a/tools/ocaml/libs/eventchn/META.in Thu Jan 06 17:33:00 2011 +0000
+++ b/tools/ocaml/libs/eventchn/META.in Thu Jan 06 17:33:39 2011 +0000
@@ -1,4 +1,5 @@ version = "@VERSION@"
 version = "@VERSION@"
 description = "Eventchn interface extension"
+requires = "unix"
 archive(byte) = "eventchn.cma"
 archive(native) = "eventchn.cmxa"
diff -r 21ee14d775ff -r 9b0b2233f2e6 tools/ocaml/libs/log/META.in
--- a/tools/ocaml/libs/log/META.in      Thu Jan 06 17:33:00 2011 +0000
+++ b/tools/ocaml/libs/log/META.in      Thu Jan 06 17:33:39 2011 +0000
@@ -1,4 +1,5 @@ version = "@VERSION@"
 version = "@VERSION@"
 description = "Log - logging library"
+requires = "unix"
 archive(byte) = "log.cma"
 archive(native) = "log.cmxa"
diff -r 21ee14d775ff -r 9b0b2233f2e6 tools/ocaml/libs/xb/META.in
--- a/tools/ocaml/libs/xb/META.in       Thu Jan 06 17:33:00 2011 +0000
+++ b/tools/ocaml/libs/xb/META.in       Thu Jan 06 17:33:39 2011 +0000
@@ -1,4 +1,5 @@ version = "@VERSION@"
 version = "@VERSION@"
 description = "XenBus Interface"
+requires = "unix,mmap"
 archive(byte) = "xb.cma"
 archive(native) = "xb.cmxa"
diff -r 21ee14d775ff -r 9b0b2233f2e6 tools/ocaml/libs/xc/META.in
--- a/tools/ocaml/libs/xc/META.in       Thu Jan 06 17:33:00 2011 +0000
+++ b/tools/ocaml/libs/xc/META.in       Thu Jan 06 17:33:39 2011 +0000
@@ -1,4 +1,5 @@ version = "@VERSION@"
 version = "@VERSION@"
 description = "Xen Control Interface"
+requires = "mmap,uuid"
 archive(byte) = "xc.cma"
 archive(native) = "xc.cmxa"
diff -r 21ee14d775ff -r 9b0b2233f2e6 tools/ocaml/libs/xs/META.in
--- a/tools/ocaml/libs/xs/META.in       Thu Jan 06 17:33:00 2011 +0000
+++ b/tools/ocaml/libs/xs/META.in       Thu Jan 06 17:33:39 2011 +0000
@@ -1,4 +1,5 @@ version = "@VERSION@"
 version = "@VERSION@"
 description = "XenStore Interface"
+requires = "unix,xb"
 archive(byte) = "xs.cma"
 archive(native) = "xs.cmxa"

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] ocaml: add dependency to module metadata, Xen patchbot-unstable <=