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>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
+static void
+pseudo_init_one_wrapper(pseudo_function *func) {
-+ int (*f)(void);
++ int (*f)(void) = (int (*)(void)) NULL;
+ char *e;
+ if (*func->real != NULL) {
+ /* already initialized */
require pseudo.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
file://oe-config.patch \