blob: 419bac19fec7c016d15d1b791da1ab7e2e924d6b [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 \
Andrew Geisslerc182c622020-05-15 14:13:32 -050015 file://0001-pseudo_ipc.h-Fix-enum-typedef.patch \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050016 file://xattr_version.patch \
Brad Bishop316dfdd2018-06-25 12:45:53 -040017 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018
Brad Bishop08902b02019-08-20 09:16:51 -040019SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020S = "${WORKDIR}/git"
Brad Bishop316dfdd2018-06-25 12:45:53 -040021PV = "1.9.0+git${SRCPV}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022
Brad Bishop79641f22019-09-10 07:20:22 -040023# error: use of undeclared identifier '_STAT_VER'
24COMPATIBLE_HOST_libc-musl = 'null'