mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
pseudo: Update to the latest version of pseudo
[BUGID #403] The latest version of pseudo has a workaround for an extended attribute problem that may show up with certain configurations of modern coreutils. Specifically cp -p does not use chmod to change the permissions, but instead uses fsetxattr to change the permissions. fsetxattr (and extended attributes) are not supported within pseudo. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
5eee854f53
commit
60beb398cc
@@ -115,7 +115,7 @@ PRELINKSRCREV ??= "909470ee441237563d6236c505cb2d02ddc48704"
|
||||
SRCREV_pn-prelink ??= "${PRELINKSRCREV}"
|
||||
SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}"
|
||||
SRCREV_pn-psplash ??= "424"
|
||||
PSEUDOSRCREV ??= "e3765ee9c9c2bccaa32fbe6426d4eb1bbcd214e7"
|
||||
PSEUDOSRCREV ??= "b8e2778c1bb5654df478efe7d3861ed30529409b"
|
||||
SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}"
|
||||
SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}"
|
||||
QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70"
|
||||
|
||||
Reference in New Issue
Block a user