mirror of
https://git.yoctoproject.org/poky
synced 2026-03-28 01:02:21 +01:00
Backport fixes from pseudo master for an acl issue and more importantly, a segfault issue with bash which can be triggered by the recent useradd changes. (From OE-Core rev: 949214761998a93fc6b8b009f1cdad0db3bfa5db) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
559 B
BlitzBasic
14 lines
559 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \
|
|
file://0001-configure-Prune-PIE-flags.patch \
|
|
file://fallback-passwd \
|
|
file://fallback-group \
|
|
file://moreretries.patch \
|
|
file://efe0be279901006f939cd357ccee47b651c786da.patch \
|
|
file://b6b68db896f9963558334aff7fca61adde4ec10f.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "7d41e72188fbea1f696c399c1a435675"
|
|
SRC_URI[sha256sum] = "ceb456bd47770a37ca20784a91d715c5a7601e07e26ab11b0c77e9203ed3d196"
|