Hi Anders
On 2017年04月18日 20:20, Anders Darander wrote:
* Dengke Du <[email protected]> [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
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel