[oe-commits] Marcin Juszkiewicz : shasum-native: install is as executable

GIT User account git at amethyst.openembedded.net
Wed Dec 10 13:09:12 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 34df29096d824847f61af10811c51581e8c9b458
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=34df29096d824847f61af10811c51581e8c9b458

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Dec 10 14:06:50 2008 +0100

shasum-native: install is as executable

---

 packages/shasum/shasum-native.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/shasum/shasum-native.bb b/packages/shasum/shasum-native.bb
index a28d5ac..fab6244 100644
--- a/packages/shasum/shasum-native.bb
+++ b/packages/shasum/shasum-native.bb
@@ -8,5 +8,5 @@ PATCHTOOL = "patch"
 do_fetch[depends] = ""
 do_stage() {
     install -d ${STAGING_BINDIR}
-    install ${S}/oe_sha256sum ${STAGING_BINDIR}
+    install -m 0755 ${S}/oe_sha256sum ${STAGING_BINDIR}
 }





More information about the Openembedded-commits mailing list