scummvm: fix parse with recent oe-core

Thanks to oe-core:

commit 0391fcad9103abca0796a068f957d0df63ab4776
Author: Ross Burton <ross.burton@intel.com>
Date:   Mon Jan 29 17:11:10 2018 +0000

    classes/utils: remove compatibility functions

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-02-26 10:34:18 +01:00
parent 5b3eb1fea1
commit de4fc307b5

View File

@@ -15,7 +15,7 @@ SRC_URI = " \
"
DEPENDS = "virtual/libsdl libvorbis libogg zlib flac faad2 \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}"
${@oe.utils.conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}"
EXTRA_OECONF = " \
--host=${HOST_SYS} \
@@ -29,7 +29,7 @@ EXTRA_OECONF = " \
--default-dynamic \
--enable-all-engines \
--disable-fluidsynth \
${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-mad', '--with-mad-prefix=${STAGING_LIBDIR}/..', d)} \
${@oe.utils.conditional('ENTERPRISE_DISTRO', '1', '--disable-mad', '--with-mad-prefix=${STAGING_LIBDIR}/..', d)} \
"
EXTRA_OEMAKE = "MANDIR=${mandir}"