From 4d8eefd2645885d3009f1a2102ce65a4d667d8ae Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 18 Sep 2011 21:56:21 +0100 Subject: opie-taskbar-images: add dummy PACKAGES to fix task-opie In the recent cleanup of this recipe by me (commit id 2baaad67eb73ad3b9762c192b36390fd22948366) some packages that did not install any files were removed; as it turns out they are still needed due to a line adding RRECOMMENDS for both landscape and portrait variants of the images for the task-opie-base package, so add the dummy PACKAGES back in (with an appropriate comment this time). Signed-off-by: Paul Eggleton --- recipes-opie/opie-taskbar/opie-taskbar-images.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-opie/opie-taskbar/opie-taskbar-images.inc b/recipes-opie/opie-taskbar/opie-taskbar-images.inc index 91e5c84..68cb0a2 100644 --- a/recipes-opie/opie-taskbar/opie-taskbar-images.inc +++ b/recipes-opie/opie-taskbar/opie-taskbar-images.inc @@ -75,3 +75,6 @@ RPROVIDES_${PN}-480x320 = "opie-taskbar-images" RPROVIDES_${PN}-480x640 = "opie-taskbar-images" RPROVIDES_${PN}-640x480 = "opie-taskbar-images" RPROVIDES_${PN}-800x600 = "opie-taskbar-images" + +# Add dummy packages so that the WxH + HxW RRECOMMENDS line in task-opie.bb works +PACKAGES += "${PN}-320x240 ${PN}-600x800" -- cgit 1.2.3-korg