diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-10-06 18:48:16 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 10:16:17 +0100 |
commit | 60beb398cc679c247c700a33e10c4a144af9a9a4 (patch) | |
tree | dec33a1f9530963e32958e5ef3740f7c99c8c0a5 /meta | |
parent | 5eee854f53e2c1f05d390e96957c2df8e34dea89 (diff) | |
download | poky-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.inc | 2 |
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" | |||
115 | SRCREV_pn-prelink ??= "${PRELINKSRCREV}" | 115 | SRCREV_pn-prelink ??= "${PRELINKSRCREV}" |
116 | SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" | 116 | SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" |
117 | SRCREV_pn-psplash ??= "424" | 117 | SRCREV_pn-psplash ??= "424" |
118 | PSEUDOSRCREV ??= "e3765ee9c9c2bccaa32fbe6426d4eb1bbcd214e7" | 118 | PSEUDOSRCREV ??= "b8e2778c1bb5654df478efe7d3861ed30529409b" |
119 | SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" | 119 | SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" |
120 | SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" | 120 | SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" |
121 | QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" | 121 | QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" |