blob: 78500e1cc6d65311e80723aeb03329efe2d8e25d [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 Bishop316dfdd2018-06-25 12:45:53 -040010 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011
Brad Bishop08902b02019-08-20 09:16:51 -040012SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013S = "${WORKDIR}/git"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014PV = "1.9.0+git${SRCPV}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015
Brad Bishop79641f22019-09-10 07:20:22 -040016# error: use of undeclared identifier '_STAT_VER'
17COMPATIBLE_HOST_libc-musl = 'null'