aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexftp
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-22 17:42:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-22 17:42:41 +0000
commitc1570aaebeaa632acbe9375ea28f9e5061153f59 (patch)
tree2538f3c58bdc183a105f5231a86983836ed51944 /packages/obexftp
parentfa5444bc011492009ac56e57635d1ea935752187 (diff)
downloadopenembedded-c1570aaebeaa632acbe9375ea28f9e5061153f59.tar.gz
obexftp depends on libgsm
Diffstat (limited to 'packages/obexftp')
-rw-r--r--packages/obexftp/obexftp_0.10.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/obexftp/obexftp_0.10.3.bb b/packages/obexftp/obexftp_0.10.3.bb
index 0703eb08b5..c4285c5c9c 100644
--- a/packages/obexftp/obexftp_0.10.3.bb
+++ b/packages/obexftp/obexftp_0.10.3.bb
@@ -1,8 +1,9 @@
-LICENSE = "GPL"
DESCRIPTION = "OBEX Ftp Client"
SECTION = "console/network"
+LICENSE = "GPL"
PRIORITY = "optional"
-DEPENDS = "openobex"
+DEPENDS = "openobex libgsm"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
file://m4.patch;patch=1"