]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Treat .node files same as .so when checking what to strip
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 22 Mar 2016 09:53:34 +0000 (09:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Mar 2016 21:44:26 +0000 (21:44 +0000)
commitd14bc2667575bc0e29b9e90d80c01703639b76f1
treeca0a5318691b6a3914f249da3b8dbf2902d4935c
parentf994eef0aeae861857756d3cc05c49cca17bd12b
package.bbclass: Treat .node files same as .so when checking what to strip

Typically in a node/npm compiled modules the module is named .node. This is a
binary module without a wrapper so it can actually be relatively large if
unstripped.

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package.bbclass