Fix no-icon for Calculator: Where to post a patch?

John Lee john_lee at openmoko.com
Thu Nov 27 14:35:47 CET 2008


On Wed, Nov 26, 2008 at 05:53:00PM +0300, Alexander Chemeris wrote:
> Hi,
> 
> Attached patch fixes problem with openmoko-calculator2 BitBake recipe,
> which points incorrect icon location. Thus no icon were shipped with
> .ipk file and no icon displayed on home screen (on FSO-M4.1).
> 
> I think this belongs to OpenEmbedded bugtracker, but probably
> OM guys can get this committed into git faster?

OE will automatically find files in several dirs, one of them is
${PN}, so the bb file itself is actully correct.  I have just tested
installing openmoko-calculator2 and the icon shows up alright, so you
might want to check if there is something else going wrong..


- John

> 
> -- 
> Regards,
> Alexander Chemeris.
> 
> SIPez LLC.
> SIP VoIP, IM and Presence Consulting
> http://www.SIPez.com
> tel: +1 (617) 273-4000

> diff --git a/packages/openmoko2/openmoko-calculator2_svn.bb b/packages/openmoko2/openmoko-calculator2_svn.bb
> index 66a8707..0da838f 100644
> --- a/packages/openmoko2/openmoko-calculator2_svn.bb
> +++ b/packages/openmoko2/openmoko-calculator2_svn.bb
> @@ -5,11 +5,11 @@ PV = "0.1.0+svnr${SRCREV}"
>  PR = "r1"
>  
>  inherit openmoko2
> -SRC_URI += " file://openmoko-calculator.png "
> +SRC_URI += " file://${PN}/openmoko-calculator.png "
>  
>  do_install_append_openmoko() {
>          install -d ${D}/${datadir}/pixmaps/
> -        install ${WORKDIR}//openmoko-calculator.png ${D}/${datadir}/pixmaps/openmoko-calculator.png
> +        install ${WORKDIR}/${PN}/openmoko-calculator.png ${D}/${datadir}/pixmaps/openmoko-calculator.png
>  }
>  
>  PKG_TAGS_${PN} = "group::unknown alias::Om_Calculator"

> _______________________________________________
> Openmoko community mailing list
> community at lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community





More information about the community mailing list