Skip to content

Commit fef681a

Browse files
committed
Merge pull request #32 from djs55/xcp-rrd
More find lib name changes
2 parents 0e1461f + 5664224 commit fef681a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Executable "xcp-rrdd"
2525
Install: false
2626
ByteOpt: -bin-annot
2727
NativeOpt: -bin-annot
28-
BuildDepends: threads, rpclib, rpclib.unix, gzip, forkexec, stdext, uuid, http-svr, xcp-inventory, rrd, rrdd-libs, xcp, xcp.rrd, xcp.network, xcp.xen, xenops, rrd-transport, threads, rpclib.syntax, io-page.unix, xen-gnt.unix, oclock
28+
BuildDepends: threads, rpclib, rpclib.unix, gzip, forkexec, stdext, uuid, http-svr, xcp-inventory, rrd, rrd.unix, rrdd-libs, xcp, xcp.rrd, xcp.network, xcp.xen, xenops, rrd-transport, threads, rpclib.syntax, io-page.unix, xen-gnt.unix, oclock
2929

_tags

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: a5ff006be747e15efd9341c4930682c1)
2+
# DO NOT EDIT (digest: c2264267f34d492fdab44e1703914e33)
33
# Ignore VCS directories, you can use the same kind of rule outside
44
# OASIS_START/STOP if you want to exclude directories that contains
55
# useless stuff for the build process
@@ -41,6 +41,7 @@ true: annot, bin_annot
4141
<rrdd/xcp_rrdd.{native,byte}>: pkg_rpclib.unix
4242
<rrdd/xcp_rrdd.{native,byte}>: pkg_rrd
4343
<rrdd/xcp_rrdd.{native,byte}>: pkg_rrd-transport
44+
<rrdd/xcp_rrdd.{native,byte}>: pkg_rrd.unix
4445
<rrdd/xcp_rrdd.{native,byte}>: pkg_stdext
4546
<rrdd/xcp_rrdd.{native,byte}>: pkg_threads
4647
<rrdd/xcp_rrdd.{native,byte}>: pkg_uuid
@@ -62,6 +63,7 @@ true: annot, bin_annot
6263
<rrdd/*.ml{,i,y}>: pkg_rpclib.unix
6364
<rrdd/*.ml{,i,y}>: pkg_rrd
6465
<rrdd/*.ml{,i,y}>: pkg_rrd-transport
66+
<rrdd/*.ml{,i,y}>: pkg_rrd.unix
6567
<rrdd/*.ml{,i,y}>: pkg_stdext
6668
<rrdd/*.ml{,i,y}>: pkg_threads
6769
<rrdd/*.ml{,i,y}>: pkg_uuid
@@ -83,6 +85,7 @@ true: annot, bin_annot
8385
"rrdd/blktap3_stats_stubs.c": pkg_rpclib.unix
8486
"rrdd/blktap3_stats_stubs.c": pkg_rrd
8587
"rrdd/blktap3_stats_stubs.c": pkg_rrd-transport
88+
"rrdd/blktap3_stats_stubs.c": pkg_rrd.unix
8689
"rrdd/blktap3_stats_stubs.c": pkg_stdext
8790
"rrdd/blktap3_stats_stubs.c": pkg_threads
8891
"rrdd/blktap3_stats_stubs.c": pkg_uuid

setup.ml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.4 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 2bd76318cc11c718bc70388d5dda3ccb) *)
4+
(* DO NOT EDIT (digest: af28f2bb4a5528f9831f6484495e5662) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6784,6 +6784,7 @@ let setup_t =
67846784
FindlibPackage ("http-svr", None);
67856785
FindlibPackage ("xcp-inventory", None);
67866786
FindlibPackage ("rrd", None);
6787+
FindlibPackage ("rrd.unix", None);
67876788
InternalLibrary "rrdd_libs";
67886789
FindlibPackage ("xcp", None);
67896790
FindlibPackage ("xcp.rrd", None);
@@ -6816,14 +6817,14 @@ let setup_t =
68166817
};
68176818
oasis_fn = Some "_oasis";
68186819
oasis_version = "0.4.5";
6819-
oasis_digest = Some "\2030?*Dx\152\205V\233;\162\022\198V\003";
6820+
oasis_digest = Some "©øÁi¯0§ÉG*½Ì\022~·]";
68206821
oasis_exec = None;
68216822
oasis_setup_args = [];
68226823
setup_update = false
68236824
};;
68246825

68256826
let setup () = BaseSetup.setup setup_t;;
68266827

6827-
# 6828 "setup.ml"
6828+
# 6829 "setup.ml"
68286829
(* OASIS_STOP *)
68296830
let () = setup ();;

0 commit comments

Comments
 (0)