Am Montag, den 19.06.2006, 14:14 +0200 schrieb hrw commit:
> --- classes/sdl.bbclass 52573c8428ac8e7642809c2217f9f214a6a449d0
> +++ classes/sdl.bbclass 3ddeb18d45e65c5c010d546459991244e42573ea
> @@ -26,7 +26,7 @@
> Note=Auto Generated... this may be not what you want
> Comment=${DESCRIPTION}
> Exec=${APPNAME}
> -Icon=${APPIMAGE}
> +Icon=${PN}.png
I don't think this is a good change - the default APPIMAGE was ${PN}.png
anyway
(APPIMAGE ?= "${PN}.png"), but now we break .bb files overriding
APPIMAGE in case the upstream picture name is different. If you want to
do it like that, you need to add a 'mv' ${APPIMAGE} ${PN}.png everywhere
where APPIMAGE is overridden in a .bb file.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe