opie-taskbar-images: fix the PACKAGES line
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 27 Jan 2008 13:18:56 +0000 (13:18 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 27 Jan 2008 13:18:56 +0000 (13:18 +0000)
* 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

index 7312291..939caf0 100644 (file)
@@ -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"