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

git at git.openembedded.org git at git.openembedded.org
Thu Apr 24 22:01:16 UTC 2014


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

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=6167cf0ac03c4172a81c3db0950b0b6307e3c88d


More information about the Openembedded-commits mailing list