From 60beb398cc679c247c700a33e10c4a144af9a9a4 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 6 Oct 2010 18:48:16 -0500 Subject: 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 --- meta/conf/distro/include/poky-default-revisions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 9989d683d0..6c576ef84a 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc @@ -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" -- cgit v1.2.3-54-g00ecf