On Fri, 2012-01-27 at 09:56 +0100, Andrea Adami wrote:
> Please take on hold this patch.
> Further inspection of do_rootfs logs reveals that the postinst is run
> during that task and the code tries to write /etc/localtime on host,
> fails and exits 1.
> 
> I'll add a check like
> 
> pkg_postinst_${PN}() {
> if test "x$D" != "x"; then
>       exit 1
> else
> 
> and send a revised patch in a few hours.

How about prefixing the paths with $D instead of forcing this onto the
target? (note, not ${D})

Cheers,

Richard




_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to