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 /meta | |
parent | c44b104681ef45a5157402c72e2294d90816638a (diff) | |
download | openembedded-core-f07d8350f9de42ee7f782aa31cf5e82da75a7c36.tar.gz openembedded-core-f07d8350f9de42ee7f782aa31cf5e82da75a7c36.tar.bz2 openembedded-core-f07d8350f9de42ee7f782aa31cf5e82da75a7c36.zip |
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
Diffstat (limited to 'meta')
-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 @@ # DESCRIPTION = "Tasks for OpenedHand Poky" -PR = "r65" +PR = "r66" PACKAGES = "\ task-oh-base \ @@ -68,7 +68,7 @@ RDEPENDS_task-oh-base = "\ ${XSERVER} \ xserver-kdrive-common \ xserver-nodm-init \ - ttf-bitstream-vera \ + liberation-fonts \ xauth \ xhost \ xset \ |