All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/check: check for yajl (needed by libxl)
@ 2011-09-30  7:36 Ian Campbell
  2011-09-30 10:35 ` Anthony PERARD
  2011-09-30 12:02 ` Olaf Hering
  0 siblings, 2 replies; 14+ messages in thread
From: Ian Campbell @ 2011-09-30  7:36 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony.Perard, Olaf Hering

# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1317367995 -3600
# Node ID 4b98868690218126b90620d9b43fdd4140145a43
# Parent  e50da6b98e3d5933b9c98e8f43096fd3ebbae00d
tools/check: check for yajl (needed by libxl)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
(note to committer, ensure the new file is executable)

diff -r e50da6b98e3d -r 4b9886869021 tools/check/check_yajl_lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/check/check_yajl_lib	Fri Sep 30 08:33:15 2011 +0100
@@ -0,0 +1,7 @@
+#!/bin/sh
+# CHECK-BUILD CHECK-INSTALL
+
+. ./funcs.sh
+
+
+has_lib libyajl.so || fail "can't find yajl"

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH] tools/check: check for yajl (needed by libxl)
@ 2011-10-05  9:42 Ian Campbell
  2011-10-10 15:50 ` Ian Jackson
  0 siblings, 1 reply; 14+ messages in thread
From: Ian Campbell @ 2011-10-05  9:42 UTC (permalink / raw)
  To: xen-devel; +Cc: Andre Przywara

# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1317807757 -3600
# Node ID be6610d3477ebd77eb37c5961bf19a7afd31676f
# Parent  af62449dc68e952b8efbbb8302bc9ef0c801c9f9
tools/check: check for yajl (needed by libxl)

We need precisely version 1 so check for .so.1. In the future we should handle
yajl v2 as well.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
(note to committer, ensure the new file is executable)

diff -r af62449dc68e -r be6610d3477e tools/check/check_yajl_devel
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/check/check_yajl_devel	Wed Oct 05 10:42:37 2011 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+# CHECK-BUILD
+
+. ./funcs.sh
+
+has_header yajl/yajl_parse.h || fail "can't find yajl/yajl_parse.h"
+has_header yajl/yajl_gen.h || fail "can't find yajl/yajl_gen.h"
+has_lib libyajl.so || fail "can't find libyajl.so"
diff -r af62449dc68e -r be6610d3477e tools/check/check_yajl_lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/check/check_yajl_lib	Wed Oct 05 10:42:37 2011 +0100
@@ -0,0 +1,6 @@
+#!/bin/sh
+# CHECK-BUILD CHECK-INSTALL
+
+. ./funcs.sh
+
+has_lib libyajl.so.1 || fail "can't find libyajl.so.1 version 1"

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-10-10 15:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30  7:36 [PATCH] tools/check: check for yajl (needed by libxl) Ian Campbell
2011-09-30 10:35 ` Anthony PERARD
2011-09-30 10:39   ` Ian Campbell
2011-10-04 14:48     ` Andre Przywara
2011-10-04 15:00       ` Ian Campbell
2011-10-05  8:24         ` Andre Przywara
2011-10-05  9:35           ` Ian Campbell
2011-10-05 11:57             ` Olaf Hering
2011-09-30 12:02 ` Olaf Hering
2011-09-30 12:07   ` Ian Campbell
2011-09-30 12:15     ` Olaf Hering
2011-09-30 12:20       ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2011-10-05  9:42 Ian Campbell
2011-10-10 15:50 ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.