gsmd2 git disable tests make it compile now
authorMichael Lauer <mickey@vanille-media.de>
Mon, 16 Jun 2008 11:42:58 +0000 (11:42 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 16 Jun 2008 11:42:58 +0000 (11:42 +0000)
packages/freesmartphone/gsmd2_git.bb

index 6c2f1a4..6c327ed 100644 (file)
@@ -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"
+