This was missed by c/s 23936:cdb34816a40a which renamed xl -> xenlight Reported-by: alien@rmail.be Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> -- This patch should be backported to the stable trees diff -r 996fbd7657bb -r 4cd0ae4690a8 tools/ocaml/libs/xl/META.in --- a/tools/ocaml/libs/xl/META.in +++ b/tools/ocaml/libs/xl/META.in @@ -1,4 +1,4 @@ version = "@VERSION@" description = "Xen Toolstack Library" -archive(byte) = "xl.cma" -archive(native) = "xl.cmxa" +archive(byte) = "xenlight.cma" +archive(native) = "xenlight.cmxa"
Ian Jackson
2013-Apr-08 16:01 UTC
Re: [PATCH] tools/ocaml: Correct META for libxl bindings
Andrew Cooper writes ("[Xen-devel] [PATCH] tools/ocaml: Correct META for libxl bindings"):> This was missed by c/s 23936:cdb34816a40a which renamed xl -> xenlightI have applied this to staging. Please try to remind us to backport it when it gets a test push. Ian.