[oe-commits] [openembedded-core] 06/08: kern-tools: ensure that no shared directories are used

git at git.openembedded.org git at git.openembedded.org
Fri Dec 9 08:55:20 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit cad65cc0eef2e06cb5ae08062ffae7a4d43a51ad
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Thu Dec 8 12:58:53 2016 -0500

    kern-tools: ensure that no shared directories are used
    
    We need to avoid using shared/common directories for any files that are
    part of specific build, since permissions issues in multi user
    environments will cause issues.
    
    Integrating the following commit to solve the issue:
    
       scc: move unused patch queue under output dir
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 0f8a786..8af0155 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=a6c2fa8aef1b
 
 DEPENDS = "git-native"
 
-SRCREV = "bd9e1d6c9b0a34ff3e19a06999aaf57ffadfd04c"
+SRCREV = "85564e69555b713c2759d58ec5ade54424d051d8"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list