VIJAY KUMAR <[email protected]>
writes:

> I am trying to build openjdk-6 for my imx53sabre board.
> During my journey, I got sticked here to get out of error.
>
> | chmod -w grove_inst.cxx
> | chmod: grove_inst.cxx: new permissions are r-xr-xrwx, not r-xr-xr-x

chmod -### operations are broken because they take umask into account
and result might differ from the expected one hence.

You will have to patch the buildsystem to do 'chmod a-w' instead of
'chmod -w'.


Enrico

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

Reply via email to