From 28ed54d3b2cc89dbb482e1950aec62365beb4dda Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 1 Feb 2018 20:30:37 +0100 Subject: recipes: use oe.utils.conditional instead of deprecated base_conditional Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-lxqt-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-images/images/angstrom-lxqt-image.bb') diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb index 14fa760..d76e8e3 100644 --- a/recipes-images/images/angstrom-lxqt-image.bb +++ b/recipes-images/images/angstrom-lxqt-image.bb @@ -30,7 +30,7 @@ IMAGE_LINGUAS = "en-us" #ROOTFS_POSTPROCESS_COMMAND += 'install_linguas; ' DISTRO_UPDATE_ALTERNATIVES ??= "" -ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)}' +ROOTFS_PKGMANAGE_PKGS ?= '${@oe.utils.conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)}' # for a more complete configuration tool consider replacing lxqt-connman-applet # with cmst at the price of a bigger footprint -- cgit v1.2.3