diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-09-19 21:36:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-19 21:36:03 +0000 |
commit | da316135d0e1a9d930e010de7dee14009aed93dd (patch) | |
tree | 4dc4e56d4ab72c04949eecd64e32249551bce615 /packages | |
parent | b644a7b1ff09c636c64a7481667628bfa87727ca (diff) |
meta-opie: cleaned dependencies on openobex
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/meta-opie.bb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/packages/meta/meta-opie.bb b/packages/meta/meta-opie.bb index 0c53f0b619..e383d9eb10 100644 --- a/packages/meta/meta-opie.bb +++ b/packages/meta/meta-opie.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Meta-package for Opie" SECTION = "opie/base" ALLOW_EMPTY = 1 -PR = "r27" +PR = "r28" PACKAGE_ARCH = "all" LICENSE = "MIT" @@ -27,7 +27,7 @@ DEPENDS = "irda-utils ntp wireless-tools timezones ttf-dejavu \ opie-freetype opie-help-en opie-i18n opie-login \ opie-securityplugin-blueping opie-securityplugin-dummy \ opie-securityplugin-notice opie-securityplugin-pin \ - opie-sh opie-symlinker \ + opie-sh opie-symlinker openobex \ konqueror-embedded qpdf2" # @@ -167,13 +167,12 @@ task-opie-todayplugins = "opie-today-addressbookplugin opie-today-datebookplugin task-opie-pim = "${task-opie-base-pim} opie-mail opie-pimconverter" -task-opie-bluetooth = "bluez-utils-nodbus openobex obexftp obexpush \ - libopieobex0 opie-bluepin opie-bluetoothmanager \ - opie-bluetoothapplet" +task-opie-bluetooth = "bluez-utils-nodbus obexftp obexpush libopieobex0 \ + opie-bluepin opie-bluetoothmanager opie-bluetoothapplet" task-opie-wlan = "wireless-tools opie-wellenreiter" -task-opie-irda = "irda-utils openobex libopieobex0 obexftp" +task-opie-irda = "irda-utils libopieobex0 obexftp obexpush" # # additional things for a >= 24mb distribution @@ -192,8 +191,8 @@ task-opie-extra-games = "opie-parashoot opie-mindbreaker opie-fifteen opie-ticta # DEPENDS += "${task-opie-applets} ${task-opie-apps} \ - opie-qcop opie-qss opie-quicklauncher opie-taskbar opie-pics \ - opie-sounds opie-ttf-support ttf-dejavu \ + opie-qcop opie-qss opie-quicklauncher opie-taskbar opie-pics \ + opie-sounds opie-ttf-support ttf-dejavu \ ${task-opie-bluetooth} ${task-opie-datebookplugins} \ ${task-opie-decorations} ${task-opie-extra-settings} \ ${task-opie-games} ${task-opie-inputmethods} ${task-opie-irda} \ |