git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc22b05
)
gsmd2 git disable tests make it compile now
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 16 Jun 2008 11:42:58 +0000
(11:42 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 16 Jun 2008 11:42:58 +0000
(11:42 +0000)
packages/freesmartphone/gsmd2_git.bb
patch
|
blob
|
history
diff --git
a/packages/freesmartphone/gsmd2_git.bb
b/packages/freesmartphone/gsmd2_git.bb
index
6c2f1a4
..
6c327ed
100644
(file)
--- 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"
+