From 6aa1da7195d52f261dad2edcc1db526f06bb5e59 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 16 Jun 2008 11:42:58 +0000 Subject: gsmd2 git disable tests make it compile now --- packages/freesmartphone/gsmd2_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/freesmartphone/gsmd2_git.bb b/packages/freesmartphone/gsmd2_git.bb index 6c2f1a4d21..6c327ede30 100644 --- a/packages/freesmartphone/gsmd2_git.bb +++ b/packages/freesmartphone/gsmd2_git.bb @@ -1,14 +1,17 @@ DESCRIPTION = "GSM 07.07 phone server" HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd" -AUTHOR = "Ixonos" +AUTHOR = "Ixonos Team" SECTION = "console/network" DEPENDS = "dbus dbus-glib" RDEPENDS = "gsm0710muxd" LICENSE = "GPL" -PV = "0.0.0+gitr${SRCREV}" +PV = "0.1.0+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master" S = "${WORKDIR}/git" inherit autotools + +EXTRA_OECONF = "--disable-tests" + -- cgit v1.2.3