]> code.ossystems Code Review - openembedded-core.git/commit
meta: don't use deprecated functions from utils.bbclass
authorRoss Burton <ross.burton@intel.com>
Mon, 29 Jan 2018 17:11:09 +0000 (17:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 23:05:52 +0000 (23:05 +0000)
commitc97acbd034532895ce57c6717ed1b3ccc7900b0d
tree91bf4ee782c2a765750f5bf61680c90bf1d81ddd
parent5db515593d8a70e58a09e8db9327c5a3616945bf
meta: don't use deprecated functions from utils.bbclass

These functions were moved to meta/lib/oe in 2010 and the base_* functions in
utils.bbclass were intended to be a short-term compatibility layer.  They're
still used in a few places, so update the callers to use the new functions.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 files changed:
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/classes/kernel.bbclass
meta/classes/libc-package.bbclass
meta/classes/module-base.bbclass
meta/conf/bitbake.conf
meta/conf/distro/include/security_flags.inc
meta/conf/machine/qemuarm.conf
meta/recipes-connectivity/openssl/openssl10.inc
meta/recipes-core/glibc/glibc-package.inc
meta/recipes-devtools/gcc/libgcc.inc
meta/recipes-graphics/mesa/mesa.inc
meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb
meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
meta/recipes-support/icu/icu.inc