blob: 2e13fec540246cd40343e2b9be24018d89c93f59 [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 Geissleraf5e4ef2020-10-16 10:22:50 -05009SRCREV = "cca0d7f15b7197095cd587420d31b187620c3093"
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'