diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-01-29 17:11:09 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-30 11:50:11 +0000 |
| commit | 563a020870ee0e8212609639c74f19a0f4fc0847 (patch) | |
| tree | bc39b9e94dd82161a84d8549b1ffc7ba8443f905 /meta/classes/image.bbclass | |
| parent | 34c6b6d2044b4611a6dcc855c99aeadaf1c0394d (diff) | |
| download | poky-563a020870ee0e8212609639c74f19a0f4fc0847.tar.gz | |
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.
(From OE-Core rev: c97acbd034532895ce57c6717ed1b3ccc7900b0d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
| -rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 4531aa2a57..7abb918212 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
| @@ -17,7 +17,7 @@ RRECOMMENDS += "${PACKAGE_INSTALL_ATTEMPTONLY}" | |||
| 17 | 17 | ||
| 18 | INHIBIT_DEFAULT_DEPS = "1" | 18 | INHIBIT_DEFAULT_DEPS = "1" |
| 19 | 19 | ||
| 20 | TESTIMAGECLASS = "${@base_conditional('TEST_IMAGE', '1', 'testimage-auto', '', d)}" | 20 | TESTIMAGECLASS = "${@oe.utils.conditional('TEST_IMAGE', '1', 'testimage-auto', '', d)}" |
| 21 | inherit ${TESTIMAGECLASS} | 21 | inherit ${TESTIMAGECLASS} |
| 22 | 22 | ||
| 23 | # IMAGE_FEATURES may contain any available package group | 23 | # IMAGE_FEATURES may contain any available package group |
