package.bbclass: call PACKAGESTRIPFUNCS before populate_packages
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 8 Dec 2010 21:00:31 +0000 (21:00 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 20 Dec 2010 03:28:00 +0000 (19:28 -0800)
commit4c326cdf7bf3498d276b9189ef42d2af69cb731c
tree026515fe780ac81b3eeafbc8cfb93c8d45289313
parent0869c4273fb5265a13ac57ab6ed42f4ebdcf37eb
package.bbclass: call PACKAGESTRIPFUNCS before populate_packages

Introduce run_strip_funcs() to call the functions in
  PACKAGESTRIPFUNCS and place it before populate_packages().

  This allows users of do_split_packages() to package the .debug
  directories, which get created by do_runstrip().

  do_split_packages() is usually prepended to populate_packages().

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/package.bbclass