summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-12-23 18:53:29 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-12-23 18:02:47 +0100
commit545fec861650517e9d9568f9158fc12e340e1749 (patch)
treeb584515d590d4aca7bf98b0e214a26eedc1349e8
parent02c7f27affe08171f38e5d66c0cd845720a061be (diff)
downloadopenembedded-545fec861650517e9d9568f9158fc12e340e1749.tar.gz
task-muffinman: Use phoneme instead of jamvm.
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>
-rw-r--r--recipes/tasks/task-muffinman.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/tasks/task-muffinman.bb b/recipes/tasks/task-muffinman.bb
index 9efce8c9cb..97ef1dbb6a 100644
--- a/recipes/tasks/task-muffinman.bb
+++ b/recipes/tasks/task-muffinman.bb
@@ -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"