diff options
author | Richard Purdie <richard@openedhand.com> | 2005-10-13 11:44:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-10-13 11:44:16 +0000 |
commit | 11c91fb9bb24ed5f6504ef32da514aafdebeb421 (patch) | |
tree | a083e95f9ed3f18f2244db03845c1d58354e67c4 /openembedded/packages | |
parent | c54a8ad5974cdf0a46dafc8cc1e2d1e437e19695 (diff) | |
download | poky-11c91fb9bb24ed5f6504ef32da514aafdebeb421.tar.gz |
Add galago/libgalago from OE
git-svn-id: https://svn.o-hand.com/repos/poky@136 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/galago/files/no-check.patch | 15 | ||||
-rw-r--r-- | openembedded/packages/galago/galago-daemon_0.3.4.bb | 13 | ||||
-rw-r--r-- | openembedded/packages/galago/libgalago_0.3.3.bb | 18 |
3 files changed, 46 insertions, 0 deletions
diff --git a/openembedded/packages/galago/files/no-check.patch b/openembedded/packages/galago/files/no-check.patch new file mode 100644 index 0000000000..89b0eafac7 --- /dev/null +++ b/openembedded/packages/galago/files/no-check.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | --- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200 | ||
2 | +++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200 | ||
3 | @@ -198,11 +198,8 @@ | ||
4 | dnl # | ||
5 | dnl # Check for Check | ||
6 | dnl # | ||
7 | -AM_PATH_CHECK(, [have_check="yes"], | ||
8 | -[ | ||
9 | - AC_MSG_WARN([Check not found; cannot run some unit tests]) | ||
10 | have_check="no" | ||
11 | -]) | ||
12 | + | ||
13 | |||
14 | AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes") | ||
15 | |||
diff --git a/openembedded/packages/galago/galago-daemon_0.3.4.bb b/openembedded/packages/galago/galago-daemon_0.3.4.bb new file mode 100644 index 0000000000..610b9f7128 --- /dev/null +++ b/openembedded/packages/galago/galago-daemon_0.3.4.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | ||
2 | HOMEPAGE = "http://www.galago-project.org/" | ||
3 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
4 | LICENSE = "GPL" | ||
5 | DEPENDS = "gettext libgalago dbus glib-2.0" | ||
6 | |||
7 | |||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | ||
9 | file://no-check.patch;patch=1" | ||
10 | EXTRA_OECONF = "--disable-binreloc" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
diff --git a/openembedded/packages/galago/libgalago_0.3.3.bb b/openembedded/packages/galago/libgalago_0.3.3.bb new file mode 100644 index 0000000000..85f4097806 --- /dev/null +++ b/openembedded/packages/galago/libgalago_0.3.3.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | ||
2 | HOMEPAGE = "http://www.galago-project.org/" | ||
3 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
4 | LICENSE = "LGPL" | ||
5 | DEPENDS = "gettext dbus glib-2.0" | ||
6 | PR = "r1" | ||
7 | |||
8 | |||
9 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | ||
10 | file://no-check.patch;patch=1" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | do_stage() { | ||
15 | autotools_stage_includes | ||
16 | install -d ${STAGING_LIBDIR} | ||
17 | install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so | ||
18 | } | ||