Am Donnerstag 23 September 2010, 06:31:49 schrieb Petr Vanek: > with > > | checking for zic... no > | configure: error: > | When cross-compiling, either use the option --with-system-tzdata to > > use | existing time-zone data, or set the environment variable ZIC to a > zic > > full log here http://pastebin.com/KANziWeZ > > where do i set the recommended option --with-system-tzdata, in the > recipe?
You can use the EXTRA_OECONF variable for this. Just write: EXTRA_OECONF = "--with-system-tzdata" in your recipe. Regards Thomas _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
