galago: updated to 0.5.x versions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1477 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-11 10:34:12 +00:00
parent 39debb7970
commit 5fc01adae4
3 changed files with 7 additions and 24 deletions

View File

@ -1,15 +0,0 @@
--- /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")

View File

@ -2,11 +2,10 @@ DESCRIPTION = "Galago is a desktop presence framework, designed to transmit pr
HOMEPAGE = "http://www.galago-project.org/"
LICENSE = "GPL"
DEPENDS = "gettext libgalago dbus glib-2.0"
PR = "r1"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
EXTRA_OECONF = "--disable-binreloc"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz "
EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests"
FILES_${PN} += "${datadir}/dbus-1/services/"

View File

@ -2,16 +2,15 @@ DESCRIPTION = "Galago is a desktop presence framework, designed to transmit pres
HOMEPAGE = "http://www.galago-project.org/"
LICENSE = "LGPL"
DEPENDS = "gettext dbus glib-2.0"
PR = "r1"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz "
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-tests --disable-check"
do_stage() {
autotools_stage_includes
install -d ${STAGING_LIBDIR}
install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so
install -m 755 libgalago/.libs/libgalago.so.3.0.0 ${STAGING_LIBDIR}/libgalago.so
}