From ee1c13e17b2c8df258f6b80acd2570ddad92e864 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Sun, 27 Jan 2008 11:05:54 +0000 Subject: opie-taskbar-images.inc: fix -dbg listed in PACKAGES multiple times (QA) --- packages/opie-taskbar/opie-taskbar-images.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/opie-taskbar') diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index b74eda45c3..73122914fd 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -54,4 +54,4 @@ python do_package_prepend () { } PACKAGE_ARCH = "all" -PACKAGES =+ "${PN}-dbg ${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" +PACKAGES =+ "${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" -- cgit v1.2.3 From 1452e2e65a341afe5467135cb715a460fdf88812 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 27 Jan 2008 13:18:56 +0000 Subject: opie-taskbar-images: fix the PACKAGES line * while doing the "inherit opie" thing in 8725fc715529f6dba921a0a92e01e4e68124bfdb I also committed a broken PACKAGES line I had been testing out locally which was turned out to be unsuitable for the public repo. --- packages/opie-taskbar/opie-taskbar-images.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/opie-taskbar') diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 73122914fd..939caf0f78 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -54,4 +54,4 @@ python do_package_prepend () { } PACKAGE_ARCH = "all" -PACKAGES =+ "${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" +PACKAGES = "${PN}-dbg ${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" -- cgit v1.2.3 From 0220859f6e9e1f491c26054a535891193bd45150 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 28 Jan 2008 00:40:25 +0000 Subject: opie-taskbar-images: There is nothing to compile and thus nothing to configure. Fixes breakage in do_configure. --- packages/opie-taskbar/opie-taskbar-images.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/opie-taskbar') diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 939caf0f78..7ec97bc56c 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -20,6 +20,10 @@ PIXMAP_SIZE_asus730 = "-480x640" PIXMAP_SIZE_htcuniversal= "-480x640" PIXMAP_SIZE_hx4700 = "-480x640" +do_configure() { + : +} + do_install() { install -d ${D}${palmtopdir}/pics/launcher -- cgit v1.2.3