diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-10 22:15:04 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-10 22:15:04 +0000 |
commit | d111116d5e09631a9fd515eac319d716fef687b8 (patch) | |
tree | 6e96a5e0ceca9372b2e43a818d02200cc33d2c7a | |
parent | bd06b8d9e0206502aca8604bbcc69acec04d6ec3 (diff) |
Opie Obex:
-The plugin uses irobex_palm3 which is provided by openobex-apps.
-As it is an application we don't have any build dependency on it
BKrev: 419292e8h2ZWMDsAbPYXpQIUWkOUnA
-rw-r--r-- | libopieobex/libopieobex0_cvs.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libopieobex/libopieobex0_cvs.oe b/libopieobex/libopieobex0_cvs.oe index 9673aa87d4..565e4521b8 100644 --- a/libopieobex/libopieobex0_cvs.oe +++ b/libopieobex/libopieobex0_cvs.oe @@ -3,7 +3,8 @@ SECTION = "opie/libs" PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "LGPL" -DEPENDS = "opie-taskbar openobex" +DEPENDS = "opie-taskbar" +RDEPENDS = "openobex-apps" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "obex" |