[oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

Dengke Du dengke.du at windriver.com
Fri Apr 21 10:18:25 UTC 2017


Hi Anders


On 2017年04月18日 20:20, Anders Darander wrote:
> * Dengke Du <dengke.du at windriver.com> [170412 07:42]:
>
>> 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf
> Why do you need to add `id` to HOSTTOOLS?
It's not me decide to add "id" to HOSTTOOLS, it's the crash source code 
decides:

In ./Makefile line 563:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
release: make_configure
         @if [ "`id --user`" != "0" ]; then \
                 echo "make release: must be super-user"; exit 1; fi
         @./configure -P "RPMPKG=${RPMPKG}" -u -g
         @make --no-print-directory release_configure
         @echo
         @echo "cvs tag this release if necessary"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> We're normally trying to _increase_ determinism in builds, not reduce
> it...
>
> Cheers,
> Anders
>




More information about the Openembedded-devel mailing list