diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-22 17:42:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-22 17:42:41 +0000 |
commit | c1570aaebeaa632acbe9375ea28f9e5061153f59 (patch) | |
tree | 2538f3c58bdc183a105f5231a86983836ed51944 | |
parent | fa5444bc011492009ac56e57635d1ea935752187 (diff) |
obexftp depends on libgsm
-rw-r--r-- | packages/obexftp/obexftp_0.10.3.bb | 5 |
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" |