2010/10/11 Marcin Juszkiewicz <[email protected]>: > 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. >
As someone who never played with opie, I'll leave it to an expert. Frans _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
