ccroot: Setting chmod=Utils.O644 for installation of static libraries

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
This commit is contained in:
Alexander Afanasyev 2014-06-02 19:51:02 +03:00 committed by Thomas Nagy
parent 3ee08a88f4
commit 9bad7d4f58
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 3 additions and 1 deletions

View File

@ -166,6 +166,9 @@ class stlink_task(link_task):
"""
run_str = '${AR} ${ARFLAGS} ${AR_TGT_F}${TGT} ${AR_SRC_F}${SRC}'
chmod = Utils.O644
"""Default installation mode for the static libraries"""
def rm_tgt(cls):
old = cls.run
def wrap(self):
@ -669,4 +672,3 @@ def read_object(self, obj):
if not isinstance(obj, self.path.__class__):
obj = self.path.find_resource(obj)
return self(features='fake_obj', source=obj, name=obj.name)