diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-27 10:45:39 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-27 10:45:39 +0100 |
commit | 5beb6a026783d018ab4d5b01c2e15419f97e968a (patch) | |
tree | 7c1cc4450bc0c2a463872ff410d0e141b1c16615 | |
parent | 1d6622b7451daf3aac0fea86925bbdd8fcfae945 (diff) |
Use latest version of pseudo with buggy POSIX ACL fixed.
There is no open Jira ticket for that, details can be found
in comments to SPEC-254 starting with Jan-Simon's comment
on 26th of October.
Change-Id: I00c016005f0adfe289acab2b68a461d94f34b992
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r-- | meta-sota/recipes-devtools/pseudo/pseudo_git.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-sota/recipes-devtools/pseudo/pseudo_git.bbappend b/meta-sota/recipes-devtools/pseudo/pseudo_git.bbappend new file mode 100644 index 0000000..a7e7a81 --- /dev/null +++ b/meta-sota/recipes-devtools/pseudo/pseudo_git.bbappend @@ -0,0 +1,5 @@ + +SRCREV = "efe0be279901006f939cd357ccee47b651c786da" +PV = "1.8.2+git${SRCPV}" + +DEFAULT_PREFERENCE = "1" |