aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 21:56:21 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 21:50:14 +0100
commit4d8eefd2645885d3009f1a2102ce65a4d667d8ae (patch)
treef506f84829b48ee2b4ac23f7bc7da806c656fc3a
parent065aa620b541fc9a1a58144283973068048467e9 (diff)
downloadmeta-opie-4d8eefd2645885d3009f1a2102ce65a4d667d8ae.tar.gz
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 <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-taskbar/opie-taskbar-images.inc3
1 files changed, 3 insertions, 0 deletions
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"