diff options
Diffstat (limited to 'recipes-images/images/angstrom-lxqt-image.bb')
-rw-r--r-- | recipes-images/images/angstrom-lxqt-image.bb | 2 |
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 |