]> code.ossystems Code Review - openembedded-core.git/commit
package.py: Add function strip_execs
authorTobias Hagelborn <tobias.hagelborn@axis.com>
Tue, 20 Jun 2017 07:42:42 +0000 (09:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 19:54:52 +0000 (20:54 +0100)
commita350bfc41e8a19dfdc5b16e5fb8f2b198e7c55c1
tree12037314263d2e1a4783ceb51931c057de962ea3
parent4030274eceaf0b95cac5c54c55c3f91ef45fa9b4
package.py: Add function strip_execs

Strip all executables in a directory.
Utility function  placed in oe-package together with run_strip.
strip_execs is based on strip_sysroot from staging.bbclass
Moving out datastore references in favor of function parameters.

Signed-off-by: Tobias Hagelborn <tobiasha@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package.py