mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
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>
15 lines
297 B
BlitzBasic
15 lines
297 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "c2f7c5ad8ef0f9c94a2a8382c109c8c6e16c8b18"
|
|
PV = "1.1.1+git${SRCPV}"
|
|
PR = "r19"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
|
|
file://oe-config.patch \
|
|
file://static_sqlite.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|