class autotools: add function 'autotools_stage_all' that automatically stages
authorMichael Lauer <mickey@vanille-media.de>
Thu, 29 Sep 2005 12:08:48 +0000 (12:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Sep 2005 12:08:48 +0000 (12:08 +0000)
commit0809a79a7776069d1c58011b5eb294a5edfa9a56
tree6ddc422e72b61cf4a5160c21fb20f344fe6a4df8
parent2766fda591ec235b4fb4d0ef72a81d4628536c8b
class autotools: add function 'autotools_stage_all' that automatically stages
include files and libraries for packages that obey DESTDIR. This can be used to
remove a lot of duplicated metadata in do_stage() of packages that inherit autotools.
Note that you need to call autotools_stage_all manually in do_stage. It may be
added to do_stage() eventually, but for now we want to do the transition step-by-step.
Feel free to convert do_stage of autotools packages to using autotools_stage_all.
classes/autotools.bbclass