Bump PR of tasks and commit latest versions to GIT.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 19 May 2009 15:31:58 +0000 (16:31 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 19 May 2009 15:31:58 +0000 (16:31 +0100)
recipes/tasks/task-pandora-core.bb
recipes/tasks/task-pandora-desktop.bb
recipes/tasks/task-pandora-gui.bb

index 237da93..39b7a85 100755 (executable)
@@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps in the Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r3.2"
+PR = "r3.3"
 
 inherit task 
 
@@ -14,6 +14,7 @@ RDEPENDS_${PN} = "\
         task-proper-tools \
         pandora-firmware \
         pandora-wifi pandora-wifi-tools \
+        pandora-libpnd \
         omap3-deviceid \       
         omap3-sgx-modules devmem2 libgles-omap3 \
         sudo \
index c468010..9ecb69f 100755 (executable)
@@ -2,7 +2,7 @@ DESCRIPTION = "Task file for the 'desktop' Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r1.7"
+PR = "r1.10"
 
 inherit task
 
@@ -10,6 +10,7 @@ ECONFIG ?= "places e-wm-config-angstrom e-wm-config-default"
 
 RDEPENDS_${PN} = "\
        task-pandora-core \
+       entrance \
        angstrom-x11-base-depends \
         angstrom-gpe-task-base angstrom-gpe-task-game angstrom-ohand-task-pim angstrom-gpe-task-apps angstrom-gpe-task-settings \
        angstrom-zeroconf-audio \
@@ -24,14 +25,15 @@ RDEPENDS_${PN} = "\
        abiword \
        gnumeric \
        gimp \
-       powertop oprofile \
+       oprofile \
        pidgin \
        gnome-games \
        stalonetray \
        synergy \
        x11vnc angstrom-x11vnc-xinit \
        angstrom-gnome-icon-theme-enable \
-       networkmanager-applet \
+#      networkmanager-applet \
+       connman-gnome \
        scummvm \
        ogre-egl \
 "
index 51ae905..8c91b69 100755 (executable)
@@ -2,12 +2,13 @@ DESCRIPTION = "Task file for default GUI apps in the Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r1.8"
+PR = "r1.9"
 
 inherit task
 
 RDEPENDS_${PN} = "\
         task-pandora-core \
+        entrance \
         angstrom-x11-base-depends \
         angstrom-gpe-task-base angstrom-gpe-task-game angstrom-ohand-task-pim angstrom-gpe-task-apps angstrom-gpe-task-settings \
         angstrom-zeroconf-audio \
@@ -30,7 +31,7 @@ RDEPENDS_${PN} = "\
         xterm \
         xtscal \
         matchbox-wm \
-        matchbox-desktop matchbox-panel-2 matchbox-panel-manager matchbox-panel-hacks \
+        matchbox-desktop matchbox-panel matchbox-panel-manager matchbox-panel-hacks \
         matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im \
         matchbox-common matchbox-config-gtk \
         matchbox-terminal \
@@ -45,5 +46,6 @@ RDEPENDS_${PN} = "\
         matchbox-applet-volume \
         matchbox-applet-startup-monitor \
 #      networkmanager-applet \
+       connman-gnome \
         scummvm \
 "