task-muffinman: Use phoneme instead of jamvm.
authorAlex Ferguson <thoughtmonster@gmail.com>
Thu, 23 Dec 2010 16:53:29 +0000 (18:53 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Thu, 23 Dec 2010 17:02:47 +0000 (18:02 +0100)
PhoneME is slighly faster than jamvm, so we use that instead.

Bumped PR.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/tasks/task-muffinman.bb

index 9efce8c..97ef1db 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "All packages required for the Jlime Muffinman userland"
 LICENSE = "MIT"
-PR = "r3"
+PR = "r4"
 
 inherit task
 
@@ -13,4 +13,5 @@ RDEPENDS_${PN} = "echinus ourico dzen2 matchbox-desktop net-tools xinit \
                  tzdata-europe tzdata-pacific tzdata wmctrl ttf-inconsolata \
                  fileselector feh imlib2-loaders mupdf stppc2x mplayer \
                  gcalc psplash jlime-extras greq midpath-backend-sdl \
-                 midpath-core midpath-cldc libxmlpull-java jamvm netsurf-fb"
+                 midpath-core midpath-cldc libxmlpull-java netsurf-fb \
+                 phoneme-advanced-foundation"