mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
Several users reported issues with pseudo on CentOS 5.x hosts, Matthew McClintock tracked the issue to the realpath_fix.patch and Mark Hatle supplied the included fix. CC: Matthew McClintock <msm@freescale.com> CC: Mark Hatle <mark.hatle@windriver.com> (From OE-Core rev: 46b2bc1d4694f927bc3d6c108309615a4903cede) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
366 B
BlitzBasic
12 lines
366 B
BlitzBasic
require pseudo.inc
|
|
|
|
PR = "r2"
|
|
|
|
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"
|