diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-05 19:30:26 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-05 19:30:26 +0000 |
commit | 9c5576a8fb44075d861255398c42c419c4f1cca2 (patch) | |
tree | 4051c091aeaed3224ee2d3e1b92e6bccf1f9e45c /packages/opie-taskbar/opie-taskbar-images_cvs.bb | |
parent | 2f15c6d489ead5d531bee206829a1a5b4821dce2 (diff) |
opie-taskbar-images: Don't package images to machine-dependent file, instead
package to separate packages for each reolution (otherwise, machine independent).
Then, some higher-level task (task-opie) will select need package for specific
machine. User still will be able to install another package fwiw, or even
multiple (for example, to have nice wallpaper across screen rotations, but
this of course will need runtime support).
Diffstat (limited to 'packages/opie-taskbar/opie-taskbar-images_cvs.bb')
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opie-taskbar/opie-taskbar-images_cvs.bb b/packages/opie-taskbar/opie-taskbar-images_cvs.bb index 0f1854b9d0..0566431474 100644 --- a/packages/opie-taskbar/opie-taskbar-images_cvs.bb +++ b/packages/opie-taskbar/opie-taskbar-images_cvs.bb @@ -1,5 +1,5 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" -PR = "r2" +PR = "r3" SRC_URI = "${HANDHELDS_CVS};module=opie/pics" |