[OE-core] [PATCH v2] pseudo: Upgrade to latest to fix openat() with a directory symlink [NAK]

Seebs seebs at seebs.net
Thu Aug 1 23:57:25 UTC 2019


On Thu, 1 Aug 2019 16:37:26 -0500
Jason Wessel <jason.wessel at windriver.com> wrote:

> It seems to have caused really odd problems with the oe link
> management that were not there previously, such as:
> 
> 
> WARNING: pinentry-1.1.0-r0 do_package_qa: QA Issue:
> pinentry: /usr/bin/pinentry is owned by uid 5002, which is the same
> as the user running bitbake. This may be due to host contamination
> [host-user-contaminated]
> 
> I'll continue to look into the problem.

There's a possibility that the right flag is something like
	(flags&O_NOFOLLOW)&&!(flags&O_PATH)

or something like that. There's a handful of references to this in
wrapfuncs.in in ports/unix and ports/linux.

-s


More information about the Openembedded-core mailing list