[oe] zsafe

Marcin Juszkiewicz marcin at juszkiewicz.com.pl
Mon Oct 11 09:09:37 UTC 2010


Dnia piątek, 8 października 2010 o 22:54:20 Frans Meulenbroeks napisał(a):
> By incident bumped into zsafe. No idea what it is, but something in
> the recipe drew my attention:
> 
> FILES_zsafe = "zsafe"
> 
> do_install() {
>         install -d ${D}${palmtopdir}/pics/${APPNAME}/
>         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.xpm
> ${D}${palmtopdir}/pics/${APPNAME}/
>         install -m 0644 ${WORKDIR}/zsafe.png ${D}${palmtopdir}/pics/
> }
> 
> Seems kinda weird, installing files like zsafe.png and *.xpm but not
> add them to the package

> maybe inherit opie (which is also in the recipe will do some things
> with this under water, but I would expect these files to go with the
> exe.

Those files go into package. opie.bbclass uses APPNAME/APPTYPE/APPDESKTOP 
variables to check what kind of application it is and how it is supposed to be 
run, then it takes care of copying icon and desktop file and few other things. 
It was written years ago and I think that most of today OE developers never 
played with OPIE.

Dropping that FILES_zsafe = "zsafe" line may be safe - but I would suggest 
doing build to check it.

Regards, 
-- 
JID:      hrw at jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz






More information about the Openembedded-devel mailing list