[oe-commits] Paul Gortmaker : base-files: actually install 2775 dirs as 2775, not 2755

git at git.openembedded.org git at git.openembedded.org
Tue Jul 29 08:59:01 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f178f56f389e9640a7e80f82250129586edff20c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f178f56f389e9640a7e80f82250129586edff20c

Author: Paul Gortmaker <paul.gortmaker at windriver.com>
Date:   Sun Jul 27 22:58:34 2014 -0400

base-files: actually install 2775 dirs as 2775, not 2755

Nothing interesting to see in the git history ; appears to have
been this way since its creation.

Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index 6d76a2b..b30f56b 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -72,7 +72,7 @@ do_install () {
 		install -m 1777 -d ${D}$d
 	done
 	for d in ${dirs2775}; do
-		install -m 2755 -d ${D}$d
+		install -m 2775 -d ${D}$d
 	done
 	for d in ${volatiles}; do
 		ln -sf volatile/$d ${D}${localstatedir}/$d



More information about the Openembedded-commits mailing list