summaryrefslogtreecommitdiff
path: root/recipes-images/images/angstrom-lxqt-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-02-01 20:30:37 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:43 +0100
commit28ed54d3b2cc89dbb482e1950aec62365beb4dda (patch)
tree009d6d8f245ba6155f6eda4fcd7fd7043f3928d5 /recipes-images/images/angstrom-lxqt-image.bb
parentd4e21ecfb4ea487160095932b5e0a386f2265ea1 (diff)
recipes: use oe.utils.conditional instead of deprecated base_conditional
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/angstrom-lxqt-image.bb')
-rw-r--r--recipes-images/images/angstrom-lxqt-image.bb2
1 files changed, 1 insertions, 1 deletions
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