diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-11-24 11:28:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:07 +0000 |
commit | 80f9d337615639fe852ddcb96ce9de929958d945 (patch) | |
tree | 436d32937153e6dee41faaa89f0365cac7b2eec8 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | fd1b82e0bd13cfc9f35c60505b97d4cb990afff2 (diff) | |
download | poky-80f9d337615639fe852ddcb96ce9de929958d945.tar.gz |
pseudo: include fix for xattr corruption
pseudo_1.8.1.bb gets the backported patch and pseudo_git.bb gets
updated to include the commit.
(From OE-Core rev: 4e98f3a6e6f61d9d9037ac828b9c4869f7e11458)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 8110b1a193..ac923bbb75 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "befc6dbd6469d428c9e0830dbe51bdf7ac39d9ae" | 3 | SRCREV = "45eca34c754d416a38bee90fb2d3c110a0b6cc5f" |
4 | PV = "1.8.1+git${SRCPV}" | 4 | PV = "1.8.1+git${SRCPV}" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |