On 2016年12月20日 17:47, Wenlin Kang wrote:
On 2016年12月19日 19:39, Burton, Ross wrote:

On 19 December 2016 at 07:01, Wenlin Kang <[email protected] <mailto:[email protected]>> wrote:

    +-     AC_PATH_PROG(TAR,"tar")
    +-        _mytar=$ac_cv_path_TAR


You don't need to patch configure.ac <http://configure.ac> as you can just set pass ac_cv_path_TAR=${base_bindir/tar in EXTRA_OECONF.

Ross

Your means is that we should only set --with-tar=${base_bindir}/tar in EXTRA_OECONF, not to modify configure.ac, right? If that, the configure code will skip directly "ustar format check code", not check whether tar supports "ustar format", and think it doesn't support ustar format, so I think we need to modify the configure(related m4/tar-ustar.m4 file)
when set  --with-tar=${base_bindir}/tar in EXTRA_OECONF.

--
Thanks,
Wenlin Kang



ping ......

--
Thanks,
Wenlin Kang

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

Reply via email to