mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
pseudo: Fix problem related to realpath
When pseudo is disabled, certain programs that call realpath may not work properly. This was discovered when using the Qt MOC tool when certain qmake project features are used. [YOCTO #1150] (From OE-Core rev: d1d87429d751e0bff115ff60d1b5fc55b8fa6249) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dc15ddd161
commit
4b66ce4728
@@ -1,6 +1,6 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRCREV = "1d3e67cb168c3459e67a0b29f071ca30ed17dadc"
|
||||
SRCREV = "c2f7c5ad8ef0f9c94a2a8382c109c8c6e16c8b18"
|
||||
PV = "1.1.1+git${SRCPV}"
|
||||
PR = "r19"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user