mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02: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>
12 lines
366 B
BlitzBasic
12 lines
366 B
BlitzBasic
require pseudo.inc
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
|
|
file://oe-config.patch \
|
|
file://realpath_fix.patch \
|
|
file://static_sqlite.patch"
|
|
|
|
SRC_URI[md5sum] = "dd59766c17e199fe6144fce8a2c67802"
|
|
SRC_URI[sha256sum] = "c697f643577d661c3ce826504b9dcd11fa98e78a5d10e3c83931da8942f6bfad"
|