diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-27 13:18:56 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-27 13:18:56 +0000 |
commit | 1452e2e65a341afe5467135cb715a460fdf88812 (patch) | |
tree | 1bb6bb1776bf9969ce5fee487362fdf826f1190f /packages | |
parent | 6ddfe33955265e4579fd84204a23028ba4d84959 (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |