[oe-commits] Richard Purdie : eglibc-options: Rewrite so it benefits from bitbake' s contains handling

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 14:24:11 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9a272ee6d72fc727a2dfe660ceded560a9f1ae88
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9a272ee6d72fc727a2dfe660ceded560a9f1ae88

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Dec  4 13:07:25 2013 +0000

eglibc-options: Rewrite so it benefits from bitbake's contains handling

Having eglibc rebuild every time DISTRO_FEATURES changes is suboptimal.
This rewrite takes advantage of bitbake's understanding of the contains
function so this doesn't happen. The code is marginally uglier but is
worth the benefit in fewer libc rebuilds.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/eglibc/eglibc-options.inc | 204 ++++++++++++++++------------
 1 file changed, 119 insertions(+), 85 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=9a272ee6d72fc727a2dfe660ceded560a9f1ae88


More information about the Openembedded-commits mailing list