summaryrefslogtreecommitdiff
path: root/packages/galago/files
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-09-08 19:53:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-08 19:53:56 +0000
commitad63e0b3a534374fbee737a4123328c5557e96de (patch)
tree7460a2677497465c66e904d702650212a6a28027 /packages/galago/files
parent7edd6ce2f69444a2732f55ac8886bc4680c73e72 (diff)
galaga no-check.patch: move to files, since it can be shared with galago-daemon
Diffstat (limited to 'packages/galago/files')
-rw-r--r--packages/galago/files/.mtn2git_empty0
-rw-r--r--packages/galago/files/no-check.patch15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/galago/files/.mtn2git_empty b/packages/galago/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/galago/files/.mtn2git_empty
diff --git a/packages/galago/files/no-check.patch b/packages/galago/files/no-check.patch
new file mode 100644
index 0000000000..89b0eafac7
--- /dev/null
+++ b/packages/galago/files/no-check.patch
@@ -0,0 +1,15 @@
+--- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200
++++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200
+@@ -198,11 +198,8 @@
+ dnl #
+ dnl # Check for Check
+ dnl #
+-AM_PATH_CHECK(, [have_check="yes"],
+-[
+- AC_MSG_WARN([Check not found; cannot run some unit tests])
+ have_check="no"
+-])
++
+
+ AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes")
+