blob: 3b623d8bd77c463891d64838b2e1402d2f6bfa37 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require pseudo.inc
2
Andrew Geissler475cb722020-07-10 16:00:51 -05003SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
Patrick Williamsc0f7c042017-02-23 20:41:17 -06004 file://0001-configure-Prune-PIE-flags.patch \
5 file://fallback-passwd \
6 file://fallback-group \
Brad Bishop316dfdd2018-06-25 12:45:53 -04007 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
Andrew Geisslerc9f78652020-09-18 14:11:35 -05009SRCREV = "d6b1b13c268d7246f0288d32d6b5eccc658cff4e"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010S = "${WORKDIR}/git"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011PV = "1.9.0+git${SRCPV}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Brad Bishop79641f22019-09-10 07:20:22 -040013# error: use of undeclared identifier '_STAT_VER'
14COMPATIBLE_HOST_libc-musl = 'null'