diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-16 11:43:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-16 11:43:36 +0000 |
commit | a42b26fd478a07ea163770e4f3238fe40cbe97a3 (patch) | |
tree | 6be5e7244593dc044a5d3ed3c8fd16415b518224 | |
parent | 92a95e65fd8a2ff4b324c512879811701cf40209 (diff) | |
parent | 6aa1da7195d52f261dad2edcc1db526f06bb5e59 (diff) |
merge of '6d659ab83a5262d1e21010e8ef7628a905dfff84'
and '9923a1dbe2ed8c727cb2a236afa5262aaa83fb19'
-rw-r--r-- | packages/freesmartphone/gsmd2_git.bb | 7 |
1 files 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" + |