aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-10-06 18:48:16 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-07 10:16:17 +0100
commit60beb398cc679c247c700a33e10c4a144af9a9a4 (patch)
treedec33a1f9530963e32958e5ef3740f7c99c8c0a5 /meta
parent5eee854f53e2c1f05d390e96957c2df8e34dea89 (diff)
downloadopenembedded-core-contrib-60beb398cc679c247c700a33e10c4a144af9a9a4.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
1 files changed, 1 insertions, 1 deletions
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"