diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-15 13:09:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-15 13:09:10 +0200 |
commit | baea5e731109a1cbe7aff7d83c3c2dbe6ff4a118 (patch) | |
tree | d65f6e35d4b2526a1efd013568a706bc6af2fbc8 /recipes/tasks | |
parent | e0f70d9006393ba2d031d5f9bb40252b22db5178 (diff) |
angstrom-task-gnome: remove xorg-minimal-fonts
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/angstrom-task-gnome.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/tasks/angstrom-task-gnome.bb b/recipes/tasks/angstrom-task-gnome.bb index 22c44589d3..652e7b2010 100644 --- a/recipes/tasks/angstrom-task-gnome.bb +++ b/recipes/tasks/angstrom-task-gnome.bb @@ -12,7 +12,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-keyboard \ " -PR = "r12" +PR = "r13" PACKAGES += "task-gnome-apps task-gnome-fonts task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base task-gnome-xserver" @@ -54,7 +54,6 @@ RDEPENDS_task-gnome-fonts = " \ ttf-liberation-sans \ ttf-liberation-serif \ ttf-liberation-mono \ - xorg-minimal-fonts \ " RDEPENDS_task-gnome = " \ |