aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gsm
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-01 22:05:41 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-01 22:05:41 +0000
commit3cca3dfe94dc43f360fe279d6b6f0dafa7581e79 (patch)
tree132c2291265158aa8b2f6a18f0494b4884c88748 /packages/gsm
parentea183e07ed741bff4898ebf64cde9bc3393a1a50 (diff)
downloadopenembedded-3cca3dfe94dc43f360fe279d6b6f0dafa7581e79.tar.gz
libgsmd: catch up with SVN
Diffstat (limited to 'packages/gsm')
-rw-r--r--packages/gsm/libgsmd_svn.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/gsm/libgsmd_svn.bb b/packages/gsm/libgsmd_svn.bb
index 2fd047de76..5b2e608a5c 100644
--- a/packages/gsm/libgsmd_svn.bb
+++ b/packages/gsm/libgsmd_svn.bb
@@ -1,22 +1,21 @@
DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
HOMEPAGE = "http://www.openmoko.org"
-LICENSE = "GPL"
+LICENSE = "GPL LGPL"
SECTION = "libs/gsm"
PROVIDES += "gsmd"
-PV = "0.0+svn${SRCDATE}"
+PV = "0.1+svn${SRCDATE}"
PR = "r15"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
file://gsmd \
file://default \
- file://extreplychars.patch;patch=1 \
+ file://extreplychars.patch;patch=1;maxdate=20070730 \
file://getopt-wait-interpreter-ready.patch;patch=1 \
file://tihtc-csq-fix.patch;patch=1 \
- file://universal-wcdma.patch;patch=1 \
- file://mlbuf-in-gsmd-struct.patch;patch=1 \
+ file://universal-wcdma.patch;patch=1;maxdate=20070730 \
+ file://mlbuf-in-gsmd-struct.patch;patch=1;maxdate=20070730 \
file://libgsmd-tool-fix.patch;patch=1 \
- file://sms-hacks.patch;patch=1"
-
+ file://sms-hacks.patch;patch=1;maxdate=20070730"
S = "${WORKDIR}/gsm"
inherit autotools pkgconfig update-rc.d
@@ -43,4 +42,3 @@ FILES_gsmd = "${sbindir}/gsmd ${sysconfdir}"
FILES_gsmd-plugins = "${libdir}/gsmd/*.so*"
PACKAGES_DYNAMIC = "libgsmd* gsmd"
-