]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Update to the latest version of pseudo
authorMark Hatle <mark.hatle@windriver.com>
Wed, 6 Oct 2010 23:48:16 +0000 (18:48 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 7 Oct 2010 09:16:17 +0000 (10:16 +0100)
[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>
meta/conf/distro/include/poky-default-revisions.inc

index 9989d683d0324d6c170df95e8621986e81908765..6c576ef84aa02470772cd79458cecf7f1d42daa9 100644 (file)
@@ -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"