From 56cd73277c9ac033bef6a3ad1c784910c79f48c3 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 5 Aug 2012 10:58:09 +0100 Subject: task-opie-16mb: use 240x320 not 320x240 images opie-taskbar-images-320x240 is a dummy PROVIDES and never actually gets produced; in any case the correct resolution for the machines this is designed for (e.g. collie, h3600) is 240x320. Signed-off-by: Paul Eggleton --- recipes-opie/tasks/task-opie-16mb.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-opie') diff --git a/recipes-opie/tasks/task-opie-16mb.bb b/recipes-opie/tasks/task-opie-16mb.bb index 33eb19a..34f81f6 100644 --- a/recipes-opie/tasks/task-opie-16mb.bb +++ b/recipes-opie/tasks/task-opie-16mb.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Tasks for small OPIE image" SECTION = "opie/base" LICENSE = "MIT" PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r4" +PR = "r5" inherit task @@ -20,7 +20,7 @@ PACKAGES = "task-opie-16mb-base \ # Dependencies to get the launcher up and running # RDEPENDS_task-opie-16mb-base = "opie-init opie-alarm opie-qcop opie-qss opie-quicklauncher \ - opie-taskbar opie-pics opie-sounds opie-freetype opie-taskbar-images-320x240 \ + opie-taskbar opie-pics opie-sounds opie-freetype opie-taskbar-images-240x320 \ ttf-dejavu-sans ttf-dejavu-sans-mono" # -- cgit 1.2.3-korg