diff options
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 87684efe03..42c7b2ea57 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -1,12 +1,15 @@ require pseudo.inc -SRCREV = "b9eb2b5633b5a23efe72c950494728d93c2b5823" -PV = "1.5.1+git${SRCPV}" -PR = "r0" +SRCREV = "02168305b0a19f981ffe857f36eb256ba8810b77" +PV = "1.8.2+git${SRCPV}" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://git.yoctoproject.org/pseudo;protocol=git" +SRC_URI = "git://git.yoctoproject.org/pseudo \ + file://0001-configure-Prune-PIE-flags.patch \ + file://fallback-passwd \ + file://fallback-group \ + file://moreretries.patch" S = "${WORKDIR}/git" |
