[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] ocaml: add dependency to module metadata
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |