diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-26 09:56:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-26 09:56:22 +0000 |
commit | f07d8350f9de42ee7f782aa31cf5e82da75a7c36 (patch) | |
tree | 46008ea2d34d41280114ba8c9148a544fe6abe6f | |
parent | c44b104681ef45a5157402c72e2294d90816638a (diff) | |
download | poky-f07d8350f9de42ee7f782aa31cf5e82da75a7c36.tar.gz |
task-oh: switch fonts from Bitstream Vera to Liberation from RedHat
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2005 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index 8cadf33bc0..bd77cd8d35 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r65" | 6 | PR = "r66" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-oh-base \ | 9 | task-oh-base \ |
@@ -68,7 +68,7 @@ RDEPENDS_task-oh-base = "\ | |||
68 | ${XSERVER} \ | 68 | ${XSERVER} \ |
69 | xserver-kdrive-common \ | 69 | xserver-kdrive-common \ |
70 | xserver-nodm-init \ | 70 | xserver-nodm-init \ |
71 | ttf-bitstream-vera \ | 71 | liberation-fonts \ |
72 | xauth \ | 72 | xauth \ |
73 | xhost \ | 73 | xhost \ |
74 | xset \ | 74 | xset \ |