[oe-commits] Holger Hans Peter Freyther : tasks: connman plugin packages got renamed, catch up

GIT User account git at amethyst.openembedded.net
Sun Nov 16 00:15:53 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bb9a68a493ff6b9afc1bfc3e57b39fd77df14816
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bb9a68a493ff6b9afc1bfc3e57b39fd77df14816

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Thu Sep 25 02:28:04 2008 +0200

tasks: connman plugin packages got renamed, catch up
    Julian/John need to sort out which packages can be removed again. So far
    only the bluetooth package is not installed. This has also been reported by
    users.

---

 packages/tasks/task-openmoko-asu.bb   |   15 ++++++++++++++-
 packages/tasks/task-openmoko-basic.bb |   13 +++++++++----
 2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/packages/tasks/task-openmoko-asu.bb b/packages/tasks/task-openmoko-asu.bb
index 4c02abc..b116f00 100644
--- a/packages/tasks/task-openmoko-asu.bb
+++ b/packages/tasks/task-openmoko-asu.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Openmoko: Om 2008.8 August Software Update"
 SECTION = "openmoko/base"
 ALLOW_EMPTY = "1"
 LICENSE = "MIT"
-PR = "r2.03"
+PR = "r3"
 
 inherit task
 
@@ -36,6 +36,19 @@ RDEPENDS_task-openmoko-asu = "\
   etk-theme-ninja \
   openmoko-community-repository \
   assassin-thumbnail \
+"
+
+RDEPENDS_task-openmoko-asu_append_om-gta02 = "\
+  connman \
+  connman-plugin-dhclient \
+  connman-plugin-hal \
+  connman-plugin-ipv4 \
+  connman-plugin-netdev \
+  connman-plugin-resolvconf \
+  connman-plugin-resolvfile \
+  connman-plugin-rtnllink \
+  connman-plugin-wifi \
+  connman-script-dhclient \
   pyefl-sudoku \
   \
 # For supporting the om2007.2 stack
diff --git a/packages/tasks/task-openmoko-basic.bb b/packages/tasks/task-openmoko-basic.bb
index fe60df0..c195d52 100644
--- a/packages/tasks/task-openmoko-basic.bb
+++ b/packages/tasks/task-openmoko-basic.bb
@@ -3,7 +3,7 @@ SECTION = "openmoko/base"
 ALLOW_EMPTY = "1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 LICENSE = "MIT"
-PR = "r0.03"
+PR = "r0.04"
 
 inherit task
 
@@ -13,9 +13,14 @@ DESCRIPTION_task-openmoko-qtopia-x11 = "Openmoko: Provide Window Manager, Om-set
 RDEPENDS_task-openmoko-basic = "\
            readline \
            connman \
-           connman-plugin-connman-resolvconf \
-           connman-plugin-connman-dhclient \
-           connman-plugin-connman-80211 \
+           connman-plugin-dhclient \
+           connman-plugin-hal \
+           connman-plugin-ipv4 \
+           connman-plugin-netdev \
+           connman-plugin-resolvconf \
+           connman-plugin-resolvfile \
+           connman-plugin-rtnllink \
+           connman-plugin-wifi \
            connman-script-dhclient \
            libnotify \
 # X





More information about the Openembedded-commits mailing list