blob: a3049c5e6c3a511b48de6fb953e37b5e70fa19ad [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 \
Andrew Geissler82c905d2020-04-13 13:39:40 -050011 file://0001-realpath.c-Remove-trailing-slashes.patch \
12 file://0006-xattr-adjust-for-attr-2.4.48-release.patch \
13 file://seccomp.patch \
14 file://0001-pseudo-On-a-DB-fixup-remove-files-that-do-not-exist-.patch \
Brad Bishop316dfdd2018-06-25 12:45:53 -040015 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016
Brad Bishop08902b02019-08-20 09:16:51 -040017SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018S = "${WORKDIR}/git"
Brad Bishop316dfdd2018-06-25 12:45:53 -040019PV = "1.9.0+git${SRCPV}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020
Brad Bishop79641f22019-09-10 07:20:22 -040021# error: use of undeclared identifier '_STAT_VER'
22COMPATIBLE_HOST_libc-musl = 'null'