[oe-commits] Otavio Salvador : Globally replace oe.utils.contains to bb.utils.contains

git at git.openembedded.org git at git.openembedded.org
Fri Apr 25 16:19:50 UTC 2014


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Apr 24 15:59:19 2014 -0300

Globally replace oe.utils.contains to bb.utils.contains

BitBake has the exact same code as oe.utils.contains so there's no
reason to duplicate it. We now rely on the bb.utils.contains code for
metadata.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/libc-package.bbclass                        |  6 +++---
 meta/classes/systemd.bbclass                             | 12 ++++++------
 meta/classes/update-rc.d.bbclass                         |  2 +-
 meta/classes/utils.bbclass                               |  2 +-
 meta/lib/oe/rootfs.py                                    |  7 +++----
 meta/lib/oe/utils.py                                     | 13 -------------
 meta/recipes-core/dbus/dbus.inc                          |  2 +-
 meta/recipes-core/systemd/systemd-serialgetty.bb         |  2 +-
 meta/recipes-core/systemd/systemd_211.bb                 |  4 ++--
 meta/recipes-core/udev/udev.inc                          |  2 +-
 meta/recipes-devtools/dpkg/dpkg.inc                      |  2 +-
 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-graphics/xorg-driver/xf86-video-omap_git.bb |  2 +-
 15 files changed, 25 insertions(+), 39 deletions(-)

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


More information about the Openembedded-commits mailing list