[oe-commits] Richard Purdie : classes/recipes: More optimal DISTRO_FEATURES references

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: 9c93526756e7cbbff027c88eb972f877bcb1f057
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9c93526756e7cbbff027c88eb972f877bcb1f057

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

classes/recipes: More optimal DISTRO_FEATURES references

Using the contains function results in more optimal sstate checksums
resulting in better cache reuse as we as more consistent code.

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

---

 meta/classes/libc-package.bbclass                  |  6 +++---
 meta/classes/systemd.bbclass                       | 15 +++++++-------
 meta/classes/update-rc.d.bbclass                   |  2 +-
 meta/recipes-connectivity/openssh/openssh_6.4p1.bb | 12 +++++------
 meta/recipes-core/busybox/busybox.inc              | 23 +++++++++++-----------
 meta/recipes-core/dbus/dbus.inc                    |  3 +--
 meta/recipes-core/dropbear/dropbear.inc            | 12 ++++-------
 meta/recipes-core/systemd/systemd_208.bb           |  3 +--
 meta/recipes-devtools/gcc/gcc-common.inc           |  4 ++--
 meta/recipes-devtools/opkg/opkg.inc                |  2 +-
 meta/recipes-devtools/perl/perl-ptest.inc          |  2 +-
 meta/recipes-extended/at/at_3.1.14.bb              |  9 +++------
 meta/recipes-extended/pam/libpam_1.1.6.bb          |  2 +-
 meta/recipes-extended/screen/screen_4.0.3.bb       |  9 +++------
 meta/recipes-extended/sudo/sudo_1.8.8.bb           |  9 +++------
 meta/recipes-graphics/wayland/weston_1.3.1.bb      | 16 +++++++--------
 16 files changed, 54 insertions(+), 75 deletions(-)

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


More information about the Openembedded-commits mailing list