From be0fea17ee88e254fbcca12553e1cab96370e9fd Mon Sep 17 00:00:00 2001 From: Peter Seebach Date: Mon, 14 Jul 2014 14:12:29 -0500 Subject: pseudo_1.6.0.bb: uprev to pseudo 1.6 This uprevs pseudo to 1.6. This merges in all of the existing fixes, and also adds partial support for extended attributes, including storing arbitrary extended attributes in the database, and also interpreting the posix permissions ACLs as chmod requests. The extended attribute support means we need xattr.h, the simplest way to be sure of this is to build attr before pseudo, which doesn't take long. (From OE-Core rev: b8f5d6b493ec759a97b92cf9b4c07ad8a8114de6) Signed-off-by: Peter Seebach Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb') diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 66fc85ff8d..ef258fa510 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -1,7 +1,7 @@ require pseudo.inc -SRCREV = "b9eb2b5633b5a23efe72c950494728d93c2b5823" -PV = "1.5.1+git${SRCPV}" +SRCREV = "512b84fb539c970464a93107995edf0e775d13fa" +PV = "1.6.0+git${SRCPV}" DEFAULT_PREFERENCE = "-1" -- cgit 1.2.3-korg