blob: 1f2df4a427ef9ffcd505768c0f90ea3dd33f85d8 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require pseudo.inc
2
Patrick Williamsc0f7c042017-02-23 20:41:17 -06003SRC_URI = "git://git.yoctoproject.org/pseudo \
4 file://0001-configure-Prune-PIE-flags.patch \
5 file://fallback-passwd \
6 file://fallback-group \
Brad Bishop316dfdd2018-06-25 12:45:53 -04007 file://moreretries.patch \
8 file://toomanyfiles.patch \
Brad Bishop79641f22019-09-10 07:20:22 -04009 file://0001-maketables-wrappers-use-Python-3.patch \
Brad Bishop1d80a2e2019-11-15 16:35:03 -050010 file://0001-Add-statx.patch \
Brad Bishop316dfdd2018-06-25 12:45:53 -040011 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Brad Bishop08902b02019-08-20 09:16:51 -040013SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014S = "${WORKDIR}/git"
Brad Bishop316dfdd2018-06-25 12:45:53 -040015PV = "1.9.0+git${SRCPV}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016
Brad Bishop79641f22019-09-10 07:20:22 -040017# error: use of undeclared identifier '_STAT_VER'
18COMPATIBLE_HOST_libc-musl = 'null'