diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-08 19:47:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-08 19:47:22 +0000 |
commit | 7edd6ce2f69444a2732f55ac8886bc4680c73e72 (patch) | |
tree | 66d9d6e32ccc9cb6609344f83f4caa66faaedca1 /packages/galago | |
parent | fbe4ea88ca8ace2dbd766905c38a34d6e78c9704 (diff) |
libgalago: add libgalago to OE
Diffstat (limited to 'packages/galago')
-rw-r--r-- | packages/galago/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/galago/libgalago-0.3.3/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/galago/libgalago-0.3.3/no-check.patch | 15 | ||||
-rw-r--r-- | packages/galago/libgalago_0.3.3.bb | 12 |
4 files changed, 27 insertions, 0 deletions
diff --git a/packages/galago/.mtn2git_empty b/packages/galago/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/galago/.mtn2git_empty diff --git a/packages/galago/libgalago-0.3.3/.mtn2git_empty b/packages/galago/libgalago-0.3.3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/galago/libgalago-0.3.3/.mtn2git_empty diff --git a/packages/galago/libgalago-0.3.3/no-check.patch b/packages/galago/libgalago-0.3.3/no-check.patch new file mode 100644 index 0000000000..89b0eafac7 --- /dev/null +++ b/packages/galago/libgalago-0.3.3/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") + diff --git a/packages/galago/libgalago_0.3.3.bb b/packages/galago/libgalago_0.3.3.bb new file mode 100644 index 0000000000..441032249a --- /dev/null +++ b/packages/galago/libgalago_0.3.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." +HOMEPAGE = "http://www.galago-project.org/" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +LICENSE = "LGPL" +DEPENDS = "gettext dbus glib-2.0" + + +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ + file://no-check.patch;patch=1" + +inherit autotools + |